Show / Hide Table of Contents

Use8DigitHotp Method

Use8DigitHotp(bool)

Configures the slot to use an eight-digit password for OATH-HOTP.

C#
public T Use8DigitHotp(bool setting = true)

Parameters

Type Name Description
bool setting

Returns

T

Remarks

This setting must be used with SetOathHotp(bool).

By default, OATH-HOTP uses six-digit passwords.

In this article
Back to top Generated by DocFX