ChallengeResponse Field
Namespace: Yubico.YubiKey.Otp Assembly: Yubico.YubiKey.dllSets the configuration for challenge response mode, along with other ConfigurationFlags.
C#
public const byte ChallengeResponse = 64
Returns
System.Byte
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.