Classes
BaseSelectApplicationCommand<TSelectResponse> | Selects a smart card application. |
Generic |
Selecting a YubiKey application will always result in data being returned. This type represents the return data if a more specific, structured type is not available. If a specific application has a specific data need, such as OATH, it will have its own data type which parses this data. |
Generic |
Response from SelectApplication command. |
Get |
Gets additional response data from the previously issued command. |
Select |
Selects a smart card application. |
Interfaces
ISelectApplicationCommand<TSelectResponse> | |
ISelect |
Selecting a YubiKey application will always result in data being returned. This type represents the return data if a more specific, structured type is not available. If a specific application has a specific data need, such as OATH, it will have its own data type which parses this data. |
ISelectApplicationResponse<TData> | Represents the results of a select application command that returns aISelect |