| Leadtools.Dicom Namespace : DicomIsclSigningMethodType Enumeration |
public enum DicomIsclSigningMethodType : System.Enum, System.IComparable, System.IConvertible, System.IFormattable
'Declaration Public Enum DicomIsclSigningMethodType Inherits System.Enum Implements System.IComparable, System.IConvertible, System.IFormattable
'Usage Dim instance As DicomIsclSigningMethodType
public enum DicomIsclSigningMethodType : System.IComparable, System.IConvertible, System.IFormattable
Leadtools.Dicom.DicomIsclSigningMethodType = function() { };
Leadtools.Dicom.DicomIsclSigningMethodType.prototype = {
None = 0x00000000,
Md5 = 0x00001441,
DesMac = 0x00004001,
};
public enum class DicomIsclSigningMethodType : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable
| Value | Member | Description |
|---|---|---|
| 0x00000000 | None | No message authentication code. ![]() ![]() |
| 0x00001441 | Md5 | 128-bit MD5 message authentication code. ![]() |
| 0x00004001 | DesMac | 64-bit DESMAC authentication code. ![]() |
System.Object
System.ValueType
System.Enum
Leadtools.Dicom.DicomIsclSigningMethodType