TTLSServerOptions Type

Represents type TTLSServerOptions.

Namespace: flcTLSServer
type
 TTLSServerOptions = set of (
 tlssoDontUseSSL3,
 tlssoDontUseTLS10,
 tlssoDontUseTLS11,
 tlssoDontUseTLS12);

The TTLSServerOptions type exposes the following members.

Show:
 NameDescription
tlssoDontUseSSL3

Represents constant tlssoDontUseSSL3.

tlssoDontUseTLS10

Represents constant tlssoDontUseTLS10.

tlssoDontUseTLS11

Represents constant tlssoDontUseTLS11.

tlssoDontUseTLS12

Represents constant tlssoDontUseTLS12.

Top