Discuss this help topic in SecureBlackbox Forum
Specifies the hash value of the referenced file.
Declaration
[VB.NET]
Property Hash As Byte()
[Pascal]
property Hash : ByteArray;
[PHP]
string get_Hash()
void set_Hash(array of byte|string|NULL $Value)
[Java]
byte[] getHash();
void setHash(byte[] Value);
Description
Use this property to specify the hash of the referenced file.
Discuss this help topic in SecureBlackbox Forum