ChallengeToken Property
The challenge token.
Syntax
[VB.NET] Public Property ChallengeToken As String Public Property ChallengeTokenB As Byte()
[C#] public string ChallengeToken {get; set;} public byte[] ChallengeTokenB {get; set;}
Remarks
This property specifies the challenge token. This must be set to the challenge token received from the server before calling CreateAuthToken.
Note: By default the component expects the token to be Base64 encoded. To provide a raw value to this property first set DecodeToken to False.
Default Value
""