UseYubicoOtpChallengeResponseMode Method
UseYubicoOtpChallengeResponseMode(bool)
Enables Yubico OTP Challenge-Response Mode
C#
public T UseYubicoOtpChallengeResponseMode(bool setting = true)
Parameters
Type | Name | Description |
---|---|---|
bool | setting |
Returns
T
Remarks
When set, the configuration does not work in normal OTP mode.
This setting is mutually exclusive with UseHmacSha1ChallengeResponseMode(bool). Also, it is incompatible with SetOathHotp(bool).