Show / Hide Table of Contents

SelectOathCommand Class

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

Selects an OATH application.

C#
public class SelectOathCommand : BaseSelectApplicationCommand<SelectOathResponse>, ISelectApplicationCommand<SelectOathResponse>, IYubiKeyCommand<SelectOathResponse>
Inheritance object BaseSelectApplicationCommand<SelectOathResponse> SelectOathCommand
Implements
ISelectApplicationCommand<SelectOathResponse>
IYubiKeyCommand<SelectOathResponse>

Constructors

Name Description
SelectOathCommand()

Constructs an instance of the SelectOathCommand class.

Methods

Name Description
CreateResponseForApdu(ResponseApdu)

Creates the appropriate response class that can parse the ResponseApdu.

In this article
Back to top Generated by DocFX