Show / Hide Table of Contents

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

ConfigureHotp

The current ConfigureHotp instance.

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