- messageLength
- The maximum message length to set.
Visual Basic (Declaration) | |
---|---|
Public Sub SetIsclMaxMessageLength( _ ByVal messageLength As Integer _ ) |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public void SetIsclMaxMessageLength( int messageLength ) |
C++/CLI | |
---|---|
public: void SetIsclMaxMessageLength( int messageLength ) |
Parameters
- messageLength
- The maximum message length to set.
For an example, refer to DicomNet.SetIsclMutualAuthenticationAlgorithm.
Failure of the method usually occurs if messageLength is smaller
than 136. (136 bytes is the maximum size of data in mutual authentication request packet.)
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family
Reference
DicomNet ClassDicomNet Members
SetIsclDefaultSigningMode Method
SetIsclDefaultEncryptionMode Method
SetIsclAuthenticationData(IntPtr,Int32) Method
SetIsclMaxCommunicationBlockLength Method
SetIsclMutualAuthenticationAlgorithm Method
SetIsclMutualAuthenticationKey Method
SetIsclIndexForMutualAuthentication Method
SetIsclEncryptionKey Method
SetIsclEncryptionKeyIndex Method