TTLSCipherSuiteHash Enumeration

Represents type TTLSCipherSuiteHash.

Namespace: flcTLSCipherSuite
type
 TTLSCipherSuiteHash = (
 tlscshNone,
 tlscshNULL,
 tlscshSHA,
 tlscshSHA256,
 tlscshMD5
 );

The TTLSCipherSuiteHash type exposes the following members.

Show:
 NameDescription
tlscshMD5

Represents constant tlscshMD5.

tlscshNone

Represents constant tlscshNone.

tlscshNULL

Represents constant tlscshNULL.

tlscshSHA

Represents constant tlscshSHA.

tlscshSHA256

Represents constant tlscshSHA256.

Top