Discuss this help topic in SecureBlackbox Forum
Specifies the MD5 hash of the object's content.
Declaration
[C#/Java]
string ContentMD5;
[VB.NET]
Property ContentMD5 As String
[Pascal]
property ContentMD5 : string;
[C++]
void get_ContentMD5(std::string &OutResult);
void set_ContentMD5(const std::string &Value);
[PHP]
string get_ContentMD5()
void set_ContentMD5(string $Value)
Description
Use this property to get the MD5 hash of the object's content.
Discuss this help topic in SecureBlackbox Forum