Show / Hide Table of Contents

SetOathHotp Method

SetOathHotp(bool)

Sets the configuration for OATH HOTP.

C#
public T SetOathHotp(bool setting = true)

Parameters

Type Name Description
bool setting

Returns

T

Remarks

In order to use OATH HOTP in a slot, neither Yubico.YubiKey.Otp.OtpSettings<T>.Flag.YubicoOtpChallengeResponse nor Yubico.YubiKey.Otp.OtpSettings<T>.Flag.HmacSha1ChallengeResponse can be set.

In this article
Back to top Generated by DocFX