TTLSClientCertificateType Enumeration

Represents type TTLSClientCertificateType.

Namespace: flcTLSHandshake
type
 TTLSClientCertificateType = (
 tlscctRsa_sign = 1,
 tlscctDss_sign = 2,
 tlscctRsa_fixed_dh = 3,
 tlscctDss_fixed_dh = 4,
 tlscctRsa_ephemeral_dh_RESERVED = 5,
 tlscctDss_ephemeral_dh_RESERVED = 6,
 tlscctFortezza_dms_RESERVED = 20,
 tlscctMax = 255
 );

The TTLSClientCertificateType type exposes the following members.

Show:
 NameDescription
tlscctDss_ephemeral_dh_RESERVED

Represents constant tlscctDss_ephemeral_dh_RESERVED.

tlscctDss_fixed_dh

Represents constant tlscctDss_fixed_dh.

tlscctDss_sign

Represents constant tlscctDss_sign.

tlscctFortezza_dms_RESERVED

Represents constant tlscctFortezza_dms_RESERVED.

tlscctMax

Represents constant tlscctMax.

tlscctRsa_ephemeral_dh_RESERVED

Represents constant tlscctRsa_ephemeral_dh_RESERVED.

tlscctRsa_fixed_dh

Represents constant tlscctRsa_fixed_dh.

tlscctRsa_sign

Represents constant tlscctRsa_sign.

Top