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