ValidateResponse Class
Namespace: Yubico.YubiKey.Oath.Commands Assembly: Yubico.YubiKey.dllThe response to the ValidateCommand command, containing the response from the oath application.
C#
public class ValidateResponse : OathResponse, 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. |