ResponseLength Property
Defines the length of the response.
Syntax
[VB.NET] Public Property ResponseLength As Integer
[C#] public int ResponseLength {get; set;}
Remarks
This property specifies the desired response length. Valid values are 4-10, and 0. Values 4-10 will result in a numeric value of that length. The value 0 indicates no truncation and the raw HMAC value is returned in the response
This may be set before calling CreateChallenge, when the OCRASuite is generated.
When OCRASuite is assigned this value is updated to reflect the options specified in the OCRASuite. When calling CalculateResponse the calculated Response will be a value with this length.
The default value is 6.
Default Value
6