←Select platform

SetIsclDefaultSigningMode Method

Summary
Sets the current message authentication code (MAC) type.
Syntax
C#
VB
C++
public void SetIsclDefaultSigningMode( 
   DicomIsclSigningMethodType signMode 
) 
Public Sub SetIsclDefaultSigningMode( _ 
   ByVal signMode As DicomIsclSigningMethodType _ 
)  
public: 
void SetIsclDefaultSigningMode(  
   DicomIsclSigningMethodType signMode 
)  

Parameters

signMode
The type of message authentication code to be used.

Remarks

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.

Example

For an example, refer to SetIsclMutualAuthenticationAlgorithm.

Requirements

Target Platforms

Help Version 21.0.2021.6.30
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.