ISelectApplicationResponse<TData> Interface
Namespace: Yubico.YubiKey.InterIndustry.Commands Assembly: Yubico.YubiKey.dllRepresents the results of a select application command that returns aISelectApplicationData.
C#
public interface ISelectApplicationResponse<out TData> : IYubiKeyResponseWithData<TData>, IYubiKeyResponse where TData : ISelectApplicationData
Type Parameters
Class.Header.Syntax.TypeParameters:Name | Description |
---|---|
TData | Specific type of data returned by the Select Application command. NOTE: This is argument is covariant. |