Discuss this help topic in SecureBlackbox Forum
Specifies the digest value.
Declaration
[VB.NET]
Property DigestValue As Byte()
[Pascal]
property DigestValue: ByteArray;
[C++]
void get_DigestValue(std::vector<uint8_t> &OutResult);
void set_DigestValue(const std::vector<uint8_t> &Value);
[PHP]
string get_DigestValue()
void set_DigestValue(array of byte|string|NULL $Value)
[Java]
byte[] getDigestValue();
void setDigestValue(byte[] Value);
Description
Use this property to get or set the digest value.
Discuss this help topic in SecureBlackbox Forum