HashAlgorithm Property
The HMAC Hash Algorithm.
Syntax
ocracontrol.HashAlgorithm[=integer]
Possible Values
haSHA1(0), haSHA256(1), haSHA512(2)
Default Value
0
Remarks
This property specifies the hash algorithm used by the control. Possible values are:
- 0 (SHA-1 - default)
- 1 (SHA-256)
- 2 (SHA-512)
Data Type
Integer