Discuss this help topic in SecureBlackbox Forum
Specifies the MD5 hash of the object's content.
Declaration
[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)
[Java]
String getContentMD5();
void setContentMD5(String Value);
Description
Use this property to get the MD5 hash of the object's content.
Discuss this help topic in SecureBlackbox Forum