Digits Property
Digits
The number of digits in a one-time password. The value for this property can only be 6, 7 or 8.
C#
public Nullable<int> Digits { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> |
Exceptions
Type | Condition |
---|---|
System.InvalidOperationException | The value is invalid. |