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