←Select platform

DicomIsclSigningMethodType Enumeration

Summary

Specifies the message authentication code (MAC) type.

Syntax

C#
VB
WinRT C#
C++
public enum DicomIsclSigningMethodType   
Public Enum DicomIsclSigningMethodType  
    
    
public enum DicomIsclSigningMethodType    
Leadtools.Dicom.DicomIsclSigningMethodType = function() { }; 
Leadtools.Dicom.DicomIsclSigningMethodType.prototype = {<br/> 
  LeadtoolsMemberMarker(replace me) 
 }; 
public enum class DicomIsclSigningMethodType   

Members

ValueMemberDescription
0None No message authentication code.
5185Md5 128-bit MD5 message authentication code.
16385DesMac 64-bit DESMAC authentication code.
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