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