Leadtools.Dicom Namespace : DicomIsclEncryptionMethodType Enumeration |
public enum DicomIsclEncryptionMethodType : System.Enum, System.IComparable, System.IConvertible, System.IFormattable
'Declaration Public Enum DicomIsclEncryptionMethodType Inherits System.Enum Implements System.IComparable, System.IConvertible, System.IFormattable
'Usage Dim instance As DicomIsclEncryptionMethodType
public enum DicomIsclEncryptionMethodType : System.IComparable, System.IConvertible, System.IFormattable
Leadtools.Dicom.DicomIsclEncryptionMethodType = function() { }; Leadtools.Dicom.DicomIsclEncryptionMethodType.prototype = {
None = 0x00000000, DesCbc = 0x00001212, };
public enum class DicomIsclEncryptionMethodType : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable
Value | Member | Description |
---|---|---|
0x00000000 | None | The data is transmitted without encryption. |
0x00001212 | DesCbc | The data is transmitted encrypted using the DES algorithm in cipher block chaining mode. |
System.Object
System.ValueType
System.Enum
Leadtools.Dicom.DicomIsclEncryptionMethodType