Discuss this help topic in SecureBlackbox Forum
This read-only property contains calculated digest for the file.
Declaration
[C#/Java]
string ActualDigest;
[VB.NET]
Property ActualDigest As String
[Pascal]
property ActualDigest: string;
[C++]
void get_ActualDigest(std::vector<uint8_t> &OutResult);
[PHP]
string get_ActualDigest()
Description
Use this property to get actual file digest.
Discuss this help topic in SecureBlackbox Forum