Discuss this help topic in SecureBlackbox Forum
Specifies if the algorithm is a signature hash algorithm.
Declaration
[C#]
int SignatureHashAlgorithm;
[VB.NET]
Property SignatureHashAlgorithm As Integer
[Pascal]
property SignatureHashAlgorithm : integer;
[C++]
int32_t get_SignatureHashAlgorithm();
[PHP]
integer get_SignatureHashAlgorithm()
[Java]
int getSignatureHashAlgorithm();
Values:
Description
This read-only property contains the ID of the algorithm used to create the hash of the data being signed.
Discuss this help topic in SecureBlackbox Forum