| Visual Basic (Declaration) | |
|---|---|
Public Enum DicomTlsExchangeMethodType Inherits System.Enum Implements IComparable, IConvertible, IFormattable | |
| Visual Basic (Usage) | Copy Code |
|---|---|
Dim instance As DicomTlsExchangeMethodType | |
| C# | |
|---|---|
public enum DicomTlsExchangeMethodType : System.Enum, IComparable, IConvertible, IFormattable | |
| C++/CLI | |
|---|---|
public enum class DicomTlsExchangeMethodType : public System.Enum, IComparable, IConvertible, IFormattable | |
| Member | Description |
|---|---|
| Dh | Diffie-Hellman key exchange |
| Dss | DS/DSS (Digital Signature Standard/Diffie-Hellman) key exchange |
| Fortezza | FORTEZZA key exchange |
| None | Returned if no secure connection is established. |
| Rsa | RSA key exchange |
| RsaSignedDhe | RSA signed Diffie-Hellman Ephemeral. |
For an example, refer to DicomNet.SetTlsClientCertificate.
System.Object
System.ValueType
System.Enum
Leadtools.Dicom.DicomTlsExchangeMethodType
Target Platforms: Silverlight 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7, MAC OS/X (Intel Only)
Copy Code