Discuss this help topic in SecureBlackbox Forum
Returns the hash algorithm used for signing.
Declaration
[VB.NET]
Property HashAlgorithm As Integer
[Pascal]
property SignatureAlgorithm : integer;
[C++]
int32_t get_HashAlgorithm();
[PHP]
integer get_HashAlgorithm()
[Java]
int getHashAlgorithm();
Description
This property contains the algorithm used to compute hash during signing.
Discuss this help topic in SecureBlackbox Forum