Discuss this help topic in SecureBlackbox Forum
Specifies if the algorithm is a signature hash algorithm.
Declaration
[C#/Java]
int SignatureHashAlgorithm;
[VB.NET]
Property SignatureHashAlgorithm As Integer
[Pascal]
property SignatureHashAlgorithm : integer;
[C++]
int32_t get_SignatureHashAlgorithm();
[PHP]
integer get_SignatureHashAlgorithm()
Description
This read-only property is
True if the algorithm is a signature hash algorithm.
Otherwise this property value is
False.
Discuss this help topic in SecureBlackbox Forum