Sets the current message authentication code (MAC) type.
public void SetIsclDefaultSigningMode(
DicomIsclSigningMethodType signMode
)
Public Sub SetIsclDefaultSigningMode( _
ByVal signMode As DicomIsclSigningMethodType _
)
public:
void SetIsclDefaultSigningMode(
DicomIsclSigningMethodType signMode
)
signMode
The type of message authentication code to be used.
The message authentication code is encrypted using the current encryption mode before being sent and decrypted after being received. The current encryption mode is set using the SetIsclDefaultEncryptionMode method. The encryption mode and the message authentication code type must be the same for both the sender and the receiver.
SetIsclDefaultEncryptionMode Method
SetIsclAuthenticationData(IntPtr,Int32) Method
SetIsclMaxCommunicationBlockLength Method
SetIsclMaxMessageLength Method
SetIsclMutualAuthenticationAlgorithm Method
SetIsclMutualAuthenticationKey Method