Show / Hide Table of Contents

Use8DigitHotp Field

Namespace: Yubico.YubiKey.Otp Assembly: Yubico.YubiKey.dll

Configures the slot for OATH-HOTP mode, using an 8 digit password.

C#
public const byte Use8DigitHotp = 2

Returns

byte

Configures the slot for OATH-HOTP mode, using an 8 digit password.

Remarks

Note that this flag's value collides with other flags in this enumeration. In order to enable 8-digit HOTPs, the OathHotp flag must be set.

In this article
Back to top Generated by DocFX