TDHHashAlgorithm Enumeration

Represents type TDHHashAlgorithm.

Namespace: flcCipherDH
type
 TDHHashAlgorithm = (
 dhhSHA1,
 dhhSHA256);

The TDHHashAlgorithm type exposes the following members.

Show:
 NameDescription
dhhSHA1

Represents constant dhhSHA1.

dhhSHA256

Represents constant dhhSHA256.

Top