ChallengeResponseResponse Class
Namespace: Yubico.YubiKey.Otp.Commands Assembly: Yubico.YubiKey.dllThe response to the ChallengeResponseCommand command, containing the YubiKey's response to the issued challenge.
C#
public class ChallengeResponseResponse : OtpResponse, 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. |