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 |
None
Allows the operating system to choose the best protocol to use, and to block protocols that are not secure.
|
static int |
Ssl2
Ssl 2
|
static int |
Ssl3
Ssl 3
|
static int |
Tls
TLS 1.0
|
static int |
Tls11
TLS 1.1
|
static int |
Tls12
TLS 1.2
|
static int |
Tls13
TLS 1.3 for future versions
|
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 None
Allows the operating system to choose the best protocol to use, and to block protocols that are not secure. Unless your app has a specific reason not to, you should use this field.
public static final int Ssl2
Ssl 2
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 for future versions
Copyright (c) 2008-2019 Aspose Pty Ltd. All Rights Reserved.