Discuss this help topic in SecureBlackbox Forum
Returns signature validation error message.
Declaration
[C#]
string ErrorMessage;
[VB.NET]
Property ErrorMessage As String
[Pascal]
property ErrorMessage : string;
[C++]
void get_ErrorMessage(std::string &OutResult);
[PHP]
string get_ErrorMessage()
[Java]
String getErrorMessage();
Description
Use this property to get more details about the signature validation error.
Discuss this help topic in SecureBlackbox Forum