Visual Basic (Declaration) | |
---|---|
Public Enum DicomTlsEncryptionMethodType Inherits System.Enum Implements IComparable, IConvertible, IFormattable |
Visual Basic (Usage) | Copy Code |
---|---|
Dim instance As DicomTlsEncryptionMethodType |
C# | |
---|---|
public enum DicomTlsEncryptionMethodType : System.Enum, IComparable, IConvertible, IFormattable |
C++/CLI | |
---|---|
public enum class DicomTlsEncryptionMethodType : public System.Enum, IComparable, IConvertible, IFormattable |
Member | Description |
---|---|
Des | DES encryption. |
Fortezza | Fortezza encryption. |
Idea | International Data Encryption Algorithm. |
None | No encryption. Returned if no secure connection is established. |
Rc2 | RC2 encryption. |
Rc4 | RC4 encryption. |
ThreeDes | 3DES encryption. |
For an example, refer to DicomNet.SetTlsClientCertificate.
System.Object
System.ValueType
System.Enum
Leadtools.Dicom.DicomTlsEncryptionMethodType
Target Platforms: Silverlight 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7, MAC OS/X (Intel Only)