TTLSKeyExchangeMethod Enumeration

Represents type TTLSKeyExchangeMethod.

Namespace: flcTLSUtils
type
 TTLSKeyExchangeMethod = (
 tlskemNone,
 tlskemNULL,
 tlskemDHE,
 tlskemDH_Anon,
 tlskemRSA,
 tlskemDH);

The TTLSKeyExchangeMethod type exposes the following members.

Show:
 NameDescription
tlskemDH

Represents constant tlskemDH.

tlskemDHE

Represents constant tlskemDHE.

tlskemDH_Anon

Represents constant tlskemDH_Anon.

tlskemNone

Represents constant tlskemNone.

tlskemNULL

Represents constant tlskemNULL.

tlskemRSA

Represents constant tlskemRSA.

Top