UseYubiOtp Method
UseYubiOtp()
Configures the challenge-response to use the Yubico OTP algorithm.
C#
public ConfigureChallengeResponse UseYubiOtp()
Returns
The current ConfigureChallengeResponse instance.
Exceptions
Type | Condition |
---|---|
System.InvalidOperationException | You must choose either Yubico OTP or HMAC-SHA1, but not both. |