Response Property
The OCRA response.
Syntax
[VB.NET] Public Property Response As String Public Property ResponseB As Byte()
[C#] public string Response {get; set;} public byte[] ResponseB {get; set;}
Remarks
This property holds the challenge response.
This is populated after calling CalculateResponse. This must be set before calling VerifyResponse.
Default Value
""