Leadtools.Dicom Namespace : DicomSslMethodType Enumeration |
public enum DicomSslMethodType : System.Enum, System.IComparable, System.IConvertible, System.IFormattable
'Declaration Public Enum DicomSslMethodType Inherits System.Enum Implements System.IComparable, System.IConvertible, System.IFormattable
'Usage Dim instance As DicomSslMethodType
public enum DicomSslMethodType : System.IComparable, System.IConvertible, System.IFormattable
ObjectiveC Syntax
Java Syntax
Leadtools.Dicom.DicomSslMethodType = function() { }; Leadtools.Dicom.DicomSslMethodType.prototype = {
LeadtoolsMemberMarker(replace me) };
public enum class DicomSslMethodType : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable
Member | Description |
---|---|
SslV2 | Use Secure Sockets Layer (SSL) Version 2. Avoid using SSL Version 2 because this version is known to have security flaws. |
SslV23 | Use a compatible security verification mode. This mode can handle any of the three modes (SslV2, SslV3, TlsV1). |
SslV3 | Use Secure Sockets Layer (SSL) Version 3. |
TlsV1 | Use Transport Layer Security (TLS) Version 1. |
System.Object
System.ValueType
System.Enum
Leadtools.Dicom.DicomSslMethodType
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2