BaseSelectApplicationCommand<TSelectResponse> Class
Namespace: Yubico.YubiSelects a smart card application.
C#
public abstract class BaseSelectApplicationCommand<TSelectResponse> : ISelectApplicationCommand<TSelectResponse>, IYubiKeyCommand<TSelectResponse> where TSelectResponse : ISelectApplicationResponse<ISelectApplicationData>
Inheritance
object
BaseSelectApplicationCommand<TSelectResponse>
Type Parameters
Class.Header.Syntax.TypeParameters:Name | Description |
---|---|
TSelectResponse |
Constructors
Name | Description |
---|---|
Base |
Initializes a new instance of the Select |
Base |
Initializes a new instance of the Select |
Properties
Name | Description |
---|---|
Application | Gets the YubiKeyApplication (e.g. PIV, OATH, etc.) that this command applies to. |
Methods
Name | Description |
---|---|
Create |
Creates a CommandApdu instance that instructs the smart card to select the previously specified application. |
Create |
Creates the appropriate response class that can parse the ResponseApdu. |