Visual Basic (Declaration) | |
---|---|
Public Enum DicomSslMethodType Inherits Enum |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public enum DicomSslMethodType : Enum |
Managed Extensions for C++ | |
---|---|
__value public enum DicomSslMethodType : public Enum |
C++/CLI | |
---|---|
public enum class DicomSslMethodType : public Enum |
Member | Description |
---|---|
SslV2 | Use Secure Sockets Layer (SSL) Version 2. Avoid using SSL Version 2 because this version is known to have security flaws. |
SslV3 | Use Secure Sockets Layer (SSL) Version 3. |
TlsV1 | Use Transport Layer Security (TLS) Version 1. |
SslV23 | Use a compatible security verification mode. This mode can handle any of the three modes (SslV2, SslV3, TlsV1). |
For an example, refer to Initialize.
System.Object
System.ValueType
System.Enum
Leadtools.Dicom.DicomSslMethodType
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