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
-
objectSelectApplicationCommand
- 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
YubiKeyApplicationApplication
Methods
CreateResponseForApdu(ResponseApdu)
Creates the appropriate response class that can parse the ResponseApdu.
public override GenericSelectResponse CreateResponseForApdu(ResponseApdu responseApdu)
Parameters
responseApdu
ResponseApdu