LEADTOOLS Medical (Leadtools.Dicom assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.29
SetIsclDefaultSigningMode Method
See Also 
Leadtools.Dicom Namespace > DicomNet Class : SetIsclDefaultSigningMode Method



signMode
The type of message authentication code to be used.
signMode
The type of message authentication code to be used.
Sets the current message authentication code (MAC) type.

Syntax

Visual Basic (Declaration) 
Public Sub SetIsclDefaultSigningMode( _
   ByVal signMode As DicomIsclSigningMethodType _
) 
Visual Basic (Usage)Copy Code
Dim instance As DicomNet
Dim signMode As DicomIsclSigningMethodType
 
instance.SetIsclDefaultSigningMode(signMode)
C# 
public void SetIsclDefaultSigningMode( 
   DicomIsclSigningMethodType signMode
)
C++/CLI 
public:
void SetIsclDefaultSigningMode( 
   DicomIsclSigningMethodType signMode
) 

Parameters

signMode
The type of message authentication code to be used.

Example

For an example, refer to SetIsclMutualAuthenticationAlgorithm.

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 Leadtools.Dicom.DicomNet.SetIsclDefaultEncryptionMode method.

The encryption mode and the message authentication code type must be the same for both the sender and the receiver.

Requirements

Target Platforms: Silverlight 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7, MAC OS/X (Intel Only)

See Also

Leadtools.Dicom requires a Medical toolkit server license and unlock key. For more information, refer to: Imaging Pro/Document/Medical Features