Discuss this help topic in SecureBlackbox Forum
This property contains the result of the last signature validation.
Declaration
[C#]
int LastValidationResult;
[VB.NET]
Property LastValidationResult As Integer
[Pascal]
property LastValidationResult: integer;
[C++]
int32_t get_LastValidationResult();
[PHP]
integer get_LastValidationResult()
[Java]
int getLastValidationResult();
Values
Description
Use this read-only property to obtain the result of the previous signature validation attempt.
Discuss this help topic in SecureBlackbox Forum