Show / Hide Table of Contents

GetInfoCommand Class

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

Gets detailed information about the authenticator.

C#
public sealed class GetInfoCommand : IYubiKeyCommand<GetInfoResponse>
Inheritance object GetInfoCommand
Implements
IYubiKeyCommand<GetInfoResponse>

Remarks

The partner Response class is GetInfoResponse. Specified in CTAP as "authenticatorGetInfo".

Constructors

Name Description
GetInfoCommand()

Constructs an instance of the GetInfoCommand class.

Properties

Name Description
Application

Gets the YubiKeyApplication to which this command belongs.

Methods

Name Description
CreateCommandApdu()

Creates a well-formed CommandApdu to send to the YubiKey.

CreateResponseForApdu(ResponseApdu)

Creates the corresponding IYubiKeyResponse implementation for the current command.

In this article
Back to top Generated by DocFX