Show / Hide Table of Contents

ChallengeResponse Field

Namespace: Yubico.YubiKey.Otp Assembly: Yubico.YubiKey.dll

Sets the configuration for challenge response mode, along with other ConfigurationFlags.

C#
public const byte ChallengeResponse = 64

Returns

byte

Sets the configuration for challenge response mode, along with other .

Remarks

Note that this flag collides with OathHotp. In order for the YubiKey to consider this flag to be ChallengeResponse instead of OathHotp, either the YubicoOtpChallengeResponse or HmacSha1ChallengeResponse flags need to be set. Failure to do so will result in an OATH HOTP configuration, or an error.

In this article
Back to top Generated by DocFX