Show / Hide Table of Contents

UseStaticTicketMode Method

UseStaticTicketMode(bool)

Sets all dynamic fields to fixed values.

C#
public T UseStaticTicketMode(bool setting = true)

Parameters

Type Name Description
bool setting

Returns

T

Remarks

Static mode uses the same "OTP" generation algorithm, but all dynamic fields are set to fixed values.

This setting is not compatible with Yubico.YubiKey.Otp.OtpSettings<T>.Flag.YubicoOtpChallengeResponse nor Yubico.YubiKey.Otp.OtpSettings<T>.Flag.HmacSha1ChallengeResponse.

In this article
Back to top Generated by DocFX