Table of Contents

Class SelectApplicationCommand

Namespace
Yubico.YubiKey.InterIndustry.Commands
Assembly
Yubico.YubiKey.dll

Selects a smart card application.

public class SelectApplicationCommand : BaseSelectApplicationCommand<GenericSelectResponse>, ISelectApplicationCommand<GenericSelectResponse>, IYubiKeyCommand<GenericSelectResponse>
Inheritance
object
SelectApplicationCommand
Implements
Inherited Members

Constructors

SelectApplicationCommand(byte[])

Select Application using its raw application Id. This is for advanced scenarios only.

public SelectApplicationCommand(byte[] applicationId)

Parameters

applicationId byte[]

ID of the Application

SelectApplicationCommand(YubiKeyApplication)

Constructs an instance of the SelectApplicationCommand class.

public SelectApplicationCommand(YubiKeyApplication yubiKeyApplication)

Parameters

yubiKeyApplication YubiKeyApplication

Application

Methods

CreateResponseForApdu(ResponseApdu)

Creates the appropriate response class that can parse the ResponseApdu.

public override GenericSelectResponse CreateResponseForApdu(ResponseApdu responseApdu)

Parameters

responseApdu ResponseApdu

Returns

GenericSelectResponse