TTLSMACAlgorithm Enumeration

Represents type TTLSMACAlgorithm.

Namespace: flcTLSUtils
type
 TTLSMACAlgorithm = (
 tlsmaNone,
 tlsmaNULL,
 tlsmaHMAC_MD5,
 tlsmaHMAC_SHA1,
 tlsmaHMAC_SHA256,
 tlsmaHMAC_SHA384,
 tlsmaHMAC_SHA512);

The TTLSMACAlgorithm type exposes the following members.

Show:
 NameDescription
tlsmaHMAC_MD5

Represents constant tlsmaHMAC_MD5.

tlsmaHMAC_SHA1

Represents constant tlsmaHMAC_SHA1.

tlsmaHMAC_SHA256

Represents constant tlsmaHMAC_SHA256.

tlsmaHMAC_SHA384

Represents constant tlsmaHMAC_SHA384.

tlsmaHMAC_SHA512

Represents constant tlsmaHMAC_SHA512.

tlsmaNone

Represents constant tlsmaNone.

tlsmaNULL

Represents constant tlsmaNULL.

Top