ChallengeFormat Property
The format in which the challenge will be created.
Object Oriented Interface
public function getChallengeFormat(); public function setChallengeFormat($value);
Procedural Interface
ipworksauth_ocra_get($res, 2 ); ipworksauth_ocra_set($res, 2, $value );
Default Value
0
Remarks
This setting specifies the format of the created challenge. This is applicable when calling CreateChallenge. Possible values are:
0 (cfAlphanumeric - default) | Alphanumeric characters |
1 (cfNumeric) | Digits |
2 (cfHex) | Hex characters |
Data Type
Integer