Discuss this help topic in SecureBlackbox Forum
This property contains the hash value.
Declaration
[VB.NET]
Property HashValue As Byte()
[Pascal]
property HashValue : ByteArray;
[C++]
void get_HashValue(std::vector<uint8_t> &OutResult);
void set_HashValue(const std::vector<uint8_t> &Value);
[PHP]
string get_HashValue()
void set_HashValue(array of byte|string|NULL $Value)
Parameters
Description
Use this property to get or set the calculated digest value.
Discuss this help topic in SecureBlackbox Forum