TTLSClientState Enumeration

Represents type TTLSClientState.

Namespace: flcTLSClient
type
 TTLSClientState = (
 tlsclInit,
 tlsclHandshakeAwaitingServerHello,
 tlsclHandshakeAwaitingServerHelloDone,
 tlsclHandshakeClientKeyExchange,
 tlsclConnection);

The TTLSClientState type exposes the following members.

Show:
 NameDescription
tlsclConnection

Represents constant tlsclConnection.

tlsclHandshakeAwaitingServerHello

Represents constant tlsclHandshakeAwaitingServerHello.

tlsclHandshakeAwaitingServerHelloDone

Represents constant tlsclHandshakeAwaitingServerHelloDone.

tlsclHandshakeClientKeyExchange

Represents constant tlsclHandshakeClientKeyExchange.

tlsclInit

Represents constant tlsclInit.

Top