HashAlgorithm Property
The HMAC Hash Algorithm.
Syntax
[VB.NET] Public Property HashAlgorithm As OcraHashAlgorithms
[C#] public OcraHashAlgorithms HashAlgorithm {get; set;}
enum OcraHashAlgorithms { haSHA1, haSHA256, haSHA512 }
Remarks
This property specifies the hash algorithm used by the component. Possible values are:
- 0 (SHA-1 - default)
- 1 (SHA-256)
- 2 (SHA-512)
Default Value
0