Show / Hide Table of Contents

GetInfoResponse Class

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

The response to the GetInfoCommand command, containing information about the device and FIDO2 application.

C#
public sealed class GetInfoResponse : Fido2Response, IYubiKeyResponseWithData<AuthenticatorInfo>, IYubiKeyResponse
Inheritance object YubiKeyResponse Fido2Response GetInfoResponse
Implements
IYubiKeyResponseWithData<AuthenticatorInfo>
IYubiKeyResponse

Constructors

Name Description
GetInfoResponse(ResponseApdu)

Constructs a GetInfoResponse instance based on a ResponseApdu received from the YubiKey.

Methods

Name Description
GetData()

Gets the AuthenticatorInfo class that contains details about the authenticator, such as a list of all supported protocol versions, supported extensions, AAGUID of the device, and its capabilities.

In this article
Back to top Generated by DocFX