Show / Hide Table of Contents

ChallengeResponseResponse Class

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

The response to the ChallengeResponseCommand command, containing the YubiKey's response to the issued challenge.

C#
public class ChallengeResponseResponse : OtpResponse, IYubiKeyResponseWithData<ReadOnlyMemory<byte>>, IYubiKeyResponse
Inheritance object YubiKeyResponse OtpResponse ChallengeResponseResponse
Implements
IYubiKeyResponseWithData<ReadOnlyMemory<byte>>
IYubiKeyResponse

Constructors

Name Description
ChallengeResponseResponse(ResponseApdu, ChallengeResponseAlgorithm)

Constructs a ChallengeResponseResponse instance based on a ResponseApdu received from the YubiKey, and the algorithm requested for generating the response.

Methods

Name Description
GetData()

Gets the response to the issued challenge.

In this article
Back to top Generated by DocFX