Discuss this help topic in SecureBlackbox Forum
This property specifies the hash algorithm which will be used to calculate message digest.
Declaration
[VB.NET]
Property HashAlgorithm As Integer
[Pascal]
property HashAlgorithm : integer;
[C++]
int32_t get_HashAlgorithm();
void set_HashAlgorithm(int32_t Value);
[PHP]
integer get_HashAlgorithm()
void set_HashAlgorithm(integer $Value)
[Java]
int getHashAlgorithm();
void setHashAlgorithm(int Value);
Values:
Description
Use this property to specify hash function which should be used to calculate message digest during signing.
Discuss this help topic in SecureBlackbox Forum