TTLSContentType Enumeration

Represents type TTLSContentType.

Namespace: flcTLSRecord
type
 TTLSContentType = (
 tlsctChange_cipher_spec = 20,
 tlsctAlert = 21,
 tlsctHandshake = 22,
 tlsctApplication_data = 23,
 tlsctMax = 255
 );

The TTLSContentType type exposes the following members.

Show:
 NameDescription
tlsctAlert

Represents constant tlsctAlert.

tlsctApplication_data

Represents constant tlsctApplication_data.

tlsctChange_cipher_spec

Represents constant tlsctChange_cipher_spec.

tlsctHandshake

Represents constant tlsctHandshake.

tlsctMax

Represents constant tlsctMax.

Top