Key Property
The secret key for the hash algorithm.
Syntax
int GetKey(char *&lpKey, int &lenKey);
int SetKey(char *lpKey, int lenKey);
Default Value
""
Remarks
This property holds the secret key used when creating the hash. The key can be arbitrarily long.
Note: This property is only applicable when Algorithm is set to an HMAC algorithm.
Data Type
Binary String