UseTotp Method
UseTotp()
Instructs the operation to use TOTP instead of a langword_csharp_byte array for the challenge.
C#
public CalculateChallengeResponse UseTotp()
Returns
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.