Discuss this help topic in SecureBlackbox Forum
An MD5 checksum for the file's content.
Declaration
[C#/Java]
string MD5Checksum;
[VB.NET]
Property MD5Checksum As String
[Pascal]
property MD5Checksum: string;
[C++]
void get_MD5Checksum(std::string &OutResult);
[PHP]
string get_MD5Checksum()
Description
Use this property to get the MD5 checksum for the content of this file.
Discuss this help topic in SecureBlackbox Forum