Show / Hide Table of Contents

SelectApplicationCommand Class

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

Selects a smart card application.

C#
public class SelectApplicationCommand : BaseSelectApplicationCommand<GenericSelectResponse>, ISelectApplicationCommand<GenericSelectResponse>, IYubiKeyCommand<GenericSelectResponse>
Inheritance object BaseSelectApplicationCommand<GenericSelectResponse> SelectApplicationCommand
Implements
ISelectApplicationCommand<GenericSelectResponse>
IYubiKeyCommand<GenericSelectResponse>

Constructors

Name Description
SelectApplicationCommand(byte[])

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

SelectApplicationCommand(YubiKeyApplication)

Constructs an instance of the SelectApplicationCommand 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