TTLSCipherSuiteCipherType Enumeration

Represents type TTLSCipherSuiteCipherType.

Namespace: flcTLSCipherSuite
type
 TTLSCipherSuiteCipherType = (
 tlscsctNone,
 tlscsctNULL,
 tlscsctStream,
 tlscsctBlock);

The TTLSCipherSuiteCipherType type exposes the following members.

Show:
 NameDescription
tlscsctBlock

Represents constant tlscsctBlock.

tlscsctNone

Represents constant tlscsctNone.

tlscsctNULL

Represents constant tlscsctNULL.

tlscsctStream

Represents constant tlscsctStream.

Top