Use8Digits Method
Use8Digits(Boolean)
Configures the slot to use an eight-digit password for OATH-HOTP.
C#
public ConfigureHotp Use8Digits(bool setConfig = true)
Parameters
Type | Name | Description |
---|---|---|
System.Boolean | setConfig |
Returns
The current ConfigureHotp instance.
Remarks
This setting must be used with SetOathHotp(Boolean).
By default, OATH-HOTP uses six-digit passwords.