- messageLength
- The maximum message length to set.
Visual Basic (Declaration) | |
---|---|
Public Sub SetIsclMaxMessageLength( _ ByVal messageLength As Integer _ ) |
Visual Basic (Usage) | Copy Code |
---|---|
Dim instance As DicomNet Dim messageLength As Integer instance.SetIsclMaxMessageLength(messageLength) |
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 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: Silverlight 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7, MAC OS/X (Intel Only)
Reference
DicomNet ClassDicomNet Members
SetIsclDefaultSigningMode Method
SetIsclDefaultEncryptionMode Method
SetIsclAuthenticationData(IntPtr,Int32) Method
SetIsclMaxCommunicationBlockLength Method
SetIsclMutualAuthenticationAlgorithm Method
SetIsclMutualAuthenticationKey Method
SetIsclIndexForMutualAuthentication Method
SetIsclEncryptionKey Method
SetIsclEncryptionKeyIndex Method