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