ChallengeLength Property
The challenge length.
Syntax
[VB.NET] Public Property ChallengeLength As Integer
[C#] public int ChallengeLength {get; set;}
Remarks
This setting specifies the length of the Challenge that is created when calling CreateChallenge. Valid values are from 4 to 64. The default value is 8.
Default Value
8