Discuss this help topic in SecureBlackbox Forum
Contains the verification result.
Declaration
[C#]
string VerificationResult;
[VB.NET]
Property VerificationResult As String
[Pascal]
property VerificationResult : string;
[C++]
void get_VerificationResult(std::string &OutResult);
[PHP]
string get_VerificationResult()
[Java]
String getVerificationResult();
Description
Use this property to check the verification result.
Discuss this help topic in SecureBlackbox Forum