Show / Hide Table of Contents

GenericSelectResponse Class

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

Response from SelectApplication command.

C#
public class GenericSelectResponse : YubiKeyResponse, ISelectApplicationResponse<GenericSelectApplicationData>, IYubiKeyResponseWithData<GenericSelectApplicationData>, IYubiKeyResponse
Inheritance object YubiKeyResponse GenericSelectResponse
Implements
ISelectApplicationResponse<GenericSelectApplicationData>
IYubiKeyResponseWithData<GenericSelectApplicationData>
IYubiKeyResponse

Constructors

Name Description
GenericSelectResponse(ResponseApdu)

Constructs an instance of the GenericSelectResponse class.

Methods

Name Description
GetData()

Gets the data from the YubiKey response.

In this article
Back to top Generated by DocFX