Show / Hide Table of Contents

UseTotp Method

UseTotp()

Instructs the operation to use TOTP instead of a byte array for the challenge.

C#
public CalculateChallengeResponse UseTotp()

Returns

CalculateChallengeResponse

The CalculateChallengeResponse instance

Remarks

UseYubiOtp(false) must be called along with UseTotp() in order for the YubiKey to calculate the response code using the HMAC-SHA1 algorithm.

In this article
Back to top Generated by DocFX