Discuss this help topic in SecureBlackbox Forum
Specifies verification result.
Declaration
[VB.NET]
Property Result As Integer
[Pascal]
property Result : integer;
[C++]
int32_t get_Result();
void set_Result(int32_t Value);
[PHP]
integer get_Result()
void set_Result(integer $Value)
[Java]
int getResult();
void setResult(int Value);
Error codes:
Description
This property contains 0 if the verification has succeeded and one of the error codes mentioned above otherwise.
Discuss this help topic in SecureBlackbox Forum