SelectOathResponse Class
Namespace: Yubico.YubiKey.Oath.Commands Assembly: Yubico.YubiKey.dllThe response to the SelectOathCommand command, containing the YubiKey's OATH application info.
C#
public class SelectOathResponse : OathResponse, ISelectApplicationResponse<OathApplicationData>, IYubiKeyResponseWithData<OathApplicationData>, IYubiKeyResponse
Implements
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. |