GetInfoResponse Class
Namespace: Yubico.YubiKey.Fido2.Commands Assembly: Yubico.YubiKey.dllThe response to the GetInfoCommand command, containing information about the device and FIDO2 application.
C#
public sealed class GetInfoResponse : Fido2Response, IYubiKeyResponseWithData<AuthenticatorInfo>, IYubiKeyResponse
Constructors
Name | Description |
---|---|
GetInfoResponse(ResponseApdu) | Constructs a |
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. |