Discuss this help topic in SecureBlackbox Forum
Returns the real digest of the signature.
Declaration
[C#]
byte[] ActualDigest;
[VB.NET]
Property ActualDigest As Byte()
[Pascal]
property ActualDigest: ByteArray;
[C++]
void get_ActualDigest(std::vector<uint8_t> &OutResult);
[PHP]
string get_ActualDigest()
[Java]
byte[] getActualDigest();
Description
This property returns the actual signature digest value.
Discuss this help topic in SecureBlackbox Forum