Discuss this help topic in SecureBlackbox Forum
Specifies hash algorithm for the key.
Declaration
[C#]
int KeyHashAlgorithm;
[VB.NET]
Property KeyHashAlgorithm As Integer
[Pascal]
property KeyHashAlgorithm : integer;
[C++]
int32_t get_KeyHashAlgorithm();
void set_KeyHashAlgorithm(int32_t Value);
[PHP]
integer get_KeyHashAlgorithm()
void set_KeyHashAlgorithm(integer $Value)
[Java]
int getKeyHashAlgorithm();
void setKeyHashAlgorithm(int Value);
Values:
Description
Use this property to get or set hash algorithm used with DSA key to calculate signatures.
Discuss this help topic in SecureBlackbox Forum