| Visual Basic (Declaration) | |
|---|---|
Public Enum DicomTlsAuthenticationMethodType Inherits System.Enum Implements IComparable, IConvertible, IFormattable | |
| Visual Basic (Usage) | Copy Code |
|---|---|
Dim instance As DicomTlsAuthenticationMethodType | |
| C# | |
|---|---|
public enum DicomTlsAuthenticationMethodType : System.Enum, IComparable, IConvertible, IFormattable | |
| C++/CLI | |
|---|---|
public enum class DicomTlsAuthenticationMethodType : public System.Enum, IComparable, IConvertible, IFormattable | |
| Member | Description |
|---|---|
| Dh | Mutual authentication through DH. |
| Dss | Mutual authentication through DSS. |
| None | No mutual authentication. Returned if no secure connection is established. |
| Rsa | Mutual authentication through RSA certificates. |
For an example, refer to DicomNet.SetTlsClientCertificate.
System.Object
System.ValueType
System.Enum
Leadtools.Dicom.DicomTlsAuthenticationMethodType
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