ChallengeInput Property
The input for the signature challenge.
Syntax
[VB.NET] Public Property ChallengeInput As String Public Property ChallengeInputB As Byte()
[C#] public string ChallengeInput {get; set;} public byte[] ChallengeInputB {get; set;}
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.
Default Value
""