Visual Basic (Declaration) | |
---|---|
Public Enum DicomIsclEncryptionMethodType Inherits Enum |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public enum DicomIsclEncryptionMethodType : Enum |
Managed Extensions for C++ | |
---|---|
__value public enum DicomIsclEncryptionMethodType : public Enum |
C++/CLI | |
---|---|
public enum class DicomIsclEncryptionMethodType : public Enum |
Member | Description |
---|---|
None | The data is transmitted without encryption. |
DesCbc | The data is transmitted encrypted using the DES algorithm in cipher block chaining mode. |
For an example, refer to SetIsclMutualAuthenticationAlgorithm.
System.Object
System.ValueType
System.Enum
Leadtools.Dicom.DicomIsclEncryptionMethodType
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