Show / Hide Table of Contents

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 Source

Default

Equates to the string "default".

Declaration
public static readonly SslVersion Default
Field Value
Type Description
SslVersion
| Improve this Doc View Source

TlsV1

Equates to the string "tlsv1".

Declaration
public static readonly SslVersion TlsV1
Field Value
Type Description
SslVersion
| Improve this Doc View Source

TlsV1_0

Equates to the string "tlsv1.0".

Declaration
public static readonly SslVersion TlsV1_0
Field Value
Type Description
SslVersion
| Improve this Doc View Source

TlsV1_1

Equates to the string "tlsv1.1".

Declaration
public static readonly SslVersion TlsV1_1
Field Value
Type Description
SslVersion
| Improve this Doc View Source

TlsV1_2

Equates to the string "tlsv1.2".

Declaration
public static readonly SslVersion TlsV1_2
Field Value
Type Description
SslVersion
| Improve this Doc View Source

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 Source

ToString()

Returns a string representation of the object.

Declaration
public override string ToString()
Returns
Type Description
System.String
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX