public final class EncryptionProtocols
extends com.aspose.ms.System.Enum
Defines the possible versions of encryption protocols.
Modifier and Type | Field and Description |
---|---|
static int |
NotSpecified
Not specified
Please note, this value is not similar to SslProtocols.None value and can't be used to automatically select an encryption protocol.
|
static int |
Ssl2
Deprecated.
Please note, this version of encryption protocol was obsolete in 2011.
|
static int |
Ssl3
Deprecated.
Please note, this version of encryption protocol was obsolete in 2015.
|
static int |
Tls
TLS 1.0
|
static int |
Tls11
TLS 1.1
|
static int |
Tls12
TLS 1.2
|
static int |
Tls13
TLS 1.3
|
Clone, CloneTo, format, format, get_Caption, get_Value, getName, getName, getNames, getNames, getUnderlyingType, getUnderlyingType, getValue, getValues, isDefined, isDefined, isDefined, isDefined, parse, parse, parse, parse, register, toObject, toString
public static final int NotSpecified
Not specified Please note, this value is not similar to SslProtocols.None value and can't be used to automatically select an encryption protocol. Also JFYI, SslProtocols.None value leads to problem with connection to mail servers and can't be used in email clients.
@Deprecated public static final int Ssl2
Ssl 2
@Deprecated public static final int Ssl3
Ssl 3
public static final int Tls
TLS 1.0
public static final int Tls11
TLS 1.1
public static final int Tls12
TLS 1.2
public static final int Tls13
TLS 1.3