Discuss this help topic in SecureBlackbox Forum
Specifies data hashing algorithm.
Declaration
[C#/Java]
int HashAlgorithm;
[VB.NET]
property HashAlgorithm as integer
[Pascal]
property HashAlgorithm : TSBPGPHashAlgorithm;
TSBPGPHashAlgorithm = integer;
[C++]
int32_t get_HashAlgorithm();
void set_HashAlgorithm(int32_t Value);
[PHP]
integer get_HashAlgorithm()
void set_HashAlgorithm(integer $Value)
Values
Description
Use this property to get or set algorithm that will be used for hash calculation.
Discuss this help topic in SecureBlackbox Forum