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