Interface ISelectApplicationResponse<TData>
- Namespace
- Yubico.YubiKey.InterIndustry.Commands
- Assembly
- Yubico.YubiKey.dll
Represents the results of a select application command that returns aISelectApplicationData.
public interface ISelectApplicationResponse<out TData> : IYubiKeyResponseWithData<TData>, IYubiKeyResponse where TData : ISelectApplicationData
Type Parameters
TData
Specific type of data returned by the Select Application command. NOTE: This is argument is covariant.
- Inherited Members