ChallengeInput Property
The input for the signature challenge.
Syntax
int GetChallengeInput(char *&lpChallengeInput, int &lenChallengeInput);
int SetChallengeInput(char *lpChallengeInput, int lenChallengeInput);
Default Value
""
Remarks
This property specifies the data used when creating the signature challenge. This is only used when calling CreateChallenge when ChallengeType is set to Signature.
Data Type
Binary String