Show / Hide Table of Contents

SelectOathResponse Class

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

The response to the SelectOathCommand command, containing the YubiKey's OATH application info.

C#
public class SelectOathResponse : OathResponse, ISelectApplicationResponse<OathApplicationData>, IYubiKeyResponseWithData<OathApplicationData>, IYubiKeyResponse
Inheritance object YubiKeyResponse OathResponse SelectOathResponse
Implements
ISelectApplicationResponse<OathApplicationData>
IYubiKeyResponseWithData<OathApplicationData>
IYubiKeyResponse

Constructors

Name Description
SelectOathResponse(ResponseApdu)

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

Methods

Name Description
GetData()

Gets the instance of the OathApplicationData class.

In this article
Back to top Generated by DocFX