Show / Hide Table of Contents

ISelectApplicationResponse<TData> Interface

Namespace: Yubico.YubiKey.InterIndustry.Commands Assembly: Yubico.YubiKey.dll

Represents 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.

In this article
Back to top Generated by DocFX