Class SslVersion
Minimum-allowed SSL version.
Inheritance
System.Object
SslVersion
Namespace: PrinceXML.Wrapper.Enums
Assembly: PrinceXML.Wrapper.dll
Syntax
public class SslVersion : object
Fields
| Improve this Doc View SourceDefault
Equates to the string "default"
.
Declaration
public static readonly SslVersion Default
Field Value
Type | Description |
---|---|
SslVersion |
TlsV1
Equates to the string "tlsv1"
.
Declaration
public static readonly SslVersion TlsV1
Field Value
Type | Description |
---|---|
SslVersion |
TlsV1_0
Equates to the string "tlsv1.0"
.
Declaration
public static readonly SslVersion TlsV1_0
Field Value
Type | Description |
---|---|
SslVersion |
TlsV1_1
Equates to the string "tlsv1.1"
.
Declaration
public static readonly SslVersion TlsV1_1
Field Value
Type | Description |
---|---|
SslVersion |
TlsV1_2
Equates to the string "tlsv1.2"
.
Declaration
public static readonly SslVersion TlsV1_2
Field Value
Type | Description |
---|---|
SslVersion |
TlsV1_3
Equates to the string "tlsv1.3"
.
Declaration
public static readonly SslVersion TlsV1_3
Field Value
Type | Description |
---|---|
SslVersion |
Methods
| Improve this Doc View SourceToString()
Returns a string representation of the object.
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
System.String |