Show / Hide Table of Contents

ValidateResponse Class

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

The response to the ValidateCommand command, containing the response from the oath application.

C#
public class ValidateResponse : OathResponse, IYubiKeyResponseWithData<bool>, IYubiKeyResponse
Inheritance object YubiKeyResponse OathResponse ValidateResponse
Implements
IYubiKeyResponseWithData<bool>
IYubiKeyResponse

Constructors

Name Description
ValidateResponse(ResponseApdu, ReadOnlyMemory<byte>)

Constructs a ValidateResponse instance based on a ResponseApdu received from the YubiKey.

Properties

Name Description
Response

Gets the response.

StatusCodeMap

Retrieves the details describing the processing state.

Methods

Name Description
GetData()

Gets the response data.

In this article
Back to top Generated by DocFX