Leadtools.Dicom Requires Medical product license | Send comments on this topic. | Back to Introduction - All Topics | Help Version 15.10.31
SetIsclDefaultSigningMode Method
See Also 
Leadtools.Dicom Namespace > DicomNet Class : SetIsclDefaultSigningMode Method




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
)
Managed Extensions for 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 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: Microsoft .NET Framework 2.0, Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family

See Also

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