Show / Hide Table of Contents

BioEnrollSampleResult Class

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

Contains the information about a sample provided for Bio enrollment.

C#
public class BioEnrollSampleResult
Inheritance object BioEnrollSampleResult

Remarks

When enrolling a fingerprint, it generally requires multiple readings of the fingerprint before it is enrolled. This class is used to report the result of one reading.

Generally, when a user wants to enroll a fingerprint, the app will initialize the process, and call on the YubiKey to take a reading. The app notifies the user that it is time to press their finger to the reader and when they do so, the YubiKey will take a reading.

This class contains the information the YubiKey returns to describe the results of that reading.

Constructors

Name Description
BioEnrollSampleResult(ReadOnlyMemory<byte>, int, int)

Build a new instance of BioEnrollSampleResult with the given values.

Properties

Name Description
LastEnrollSampleStatus

The result of the most recent attempt to provide a fingerprint sample.

RemainingSampleCount

The number of successful fingerprint samples required to complete an enrollment.

TemplateId

The template ID of the fingerprint being enrolled.

In this article
Back to top Generated by DocFX