←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 Leadtools.Dicom.DicomIsclSigningMethodType _ 
)  
public: 
void SetIsclDefaultSigningMode(  
   Leadtools.Dicom.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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom Assembly