Yubico.YubiKey.InterIndustry.Commands Namespace
Classes
BaseSelectApplicationCommand<TSelectResponse> | Selects a smart card application. |
GenericSelectApplicationData | 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. |
GenericSelectResponse | Response from SelectApplication command. |
GetResponseCommand | Gets additional response data from the previously issued command. |
SelectApplicationCommand | Selects a smart card application. |
Interfaces
ISelectApplicationCommand<TSelectResponse> | |
ISelectApplicationData | 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 aISelectApplicationData. |