SelectApplicationCommand Class
Namespace: Yubico.YubiKey.InterIndustry.Commands Assembly: Yubico.YubiKey.dllSelects a smart card application.
C#
public class SelectApplicationCommand : BaseSelectApplicationCommand<GenericSelectResponse>, 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. |