Show / Hide Table of Contents

FingerprintSensorInfo Class

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

Contains the data returned by the YubiKey after calling the GetFingerprintSensorInfo subcommand.

C#
public class FingerprintSensorInfo
Inheritance object FingerprintSensorInfo

Constructors

Name Description
FingerprintSensorInfo(int, int, int)

Build a new instance of FingerprintSensorInfo with the given values.

Properties

Name Description
FingerprintKind

The kind of fingerprint reader, that is, what method the fingerprint reader uses.

MaxCaptureCount

The number of "good" fingerprint captures required to enroll.

MaxFriendlyNameBytes

The maximum length, in bytes, of a template friendly name.

In this article
Back to top Generated by DocFX