HashAlgorithm Property
The HMAC Hash Algorithm.
Syntax
int GetHashAlgorithm();
int SetHashAlgorithm(int iHashAlgorithm);
Possible Values
HA_SHA1(0), HA_SHA256(1), HA_SHA512(2)
Default Value
0
Remarks
This property specifies the hash algorithm used by the class. Possible values are:
- 0 (SHA-1 - default)
- 1 (SHA-256)
- 2 (SHA-512)
Data Type
Integer