OCRASuite Property
The OCRASuite defines parameters about the challenge and response.
Object Oriented Interface
public function getOCRASuite(); public function setOCRASuite($value);
Procedural Interface
ipworksauth_ocra_get($res, 9 ); ipworksauth_ocra_set($res, 9, $value );
Default Value
''
Remarks
This property holds the OCRASuite value which defines parameters about the challenge and response.
This property will be populated after calling CreateChallenge. This property must be set before calling CalculateResponse or VerifyResponse.
When calling CreateChallenge the following properties will be used to create the OCRASuite:
- ChallengeFormat
- HashAlgorithm
- ResponseLength
- RequireCounter
- RequirePassword
- RequireTimeStamp
- PasswordHashAlgorithm
- RequireSessionInfo
- SessionInfoLength
- TimeStepSize
- TimeStepUnit
When this property is set the value is parsed and the above properties are populated to reflect the requirements defined by the OCRASuite.
Data Type
String