| Leadtools.Dicom Namespace : DicomTlsMacMethodType Enumeration |
public enum DicomTlsMacMethodType : System.Enum, System.IComparable, System.IConvertible, System.IFormattable
'Declaration Public Enum DicomTlsMacMethodType Inherits System.Enum Implements System.IComparable, System.IConvertible, System.IFormattable
'Usage Dim instance As DicomTlsMacMethodType
public enum DicomTlsMacMethodType : System.IComparable, System.IConvertible, System.IFormattable
Leadtools.Dicom.DicomTlsMacMethodType = function() { };
Leadtools.Dicom.DicomTlsMacMethodType.prototype = {
None = 0x00000000,
Sha1 = 0x00000010,
Md5 = 0x00000011,
};
public enum class DicomTlsMacMethodType : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable
| Value | Member | Description |
|---|---|---|
| 0x00000000 | None | Returned if no secure connection is established. ![]() ![]() |
| 0x00000010 | Sha1 | Secure Hash Algorithm (new and improved algorithm). ![]() ![]() |
| 0x00000011 | Md5 | Message-Digest algorithm 5 ![]() |
System.Object
System.ValueType
System.Enum
Leadtools.Dicom.DicomTlsMacMethodType