Table of Contents

Class SelectOathCommand

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

Selects an OATH application.

public class SelectOathCommand : BaseSelectApplicationCommand<SelectOathResponse>, ISelectApplicationCommand<SelectOathResponse>, IYubiKeyCommand<SelectOathResponse>
Inheritance
object
SelectOathCommand
Implements
Inherited Members

Constructors

SelectOathCommand()

Constructs an instance of the SelectOathCommand class.

public SelectOathCommand()

Methods

CreateResponseForApdu(ResponseApdu)

Creates the appropriate response class that can parse the ResponseApdu.

public override SelectOathResponse CreateResponseForApdu(ResponseApdu responseApdu)

Parameters

responseApdu ResponseApdu

The ResponseApdu from the YubiKey.

Returns

SelectOathResponse