Show / Hide Table of Contents

GetFingerprintSensorInfoCommand Class

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

Gets information about the fingerprint sensor. This is a subcommand of the CTAP command "authenticatorBioEnrollment".

C#
public sealed class GetFingerprintSensorInfoCommand : IYubiKeyCommand<GetFingerprintSensorInfoResponse>
Inheritance object GetFingerprintSensorInfoCommand
Implements
IYubiKeyCommand<GetFingerprintSensorInfoResponse>

Remarks

The partner Response class is GetFingerprintSensorInfoResponse.

Constructors

Name Description
GetFingerprintSensorInfoCommand()

Constructs a new instance of GetFingerprintSensorInfoCommand.

Properties

Name Description
Application

Gets the YubiKeyApplication (e.g. PIV, OATH, etc.) to which this command applies.

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