Show / Hide Table of Contents

FingerprintSensorInfo Constructor

FingerprintSensorInfo(int, int, int)

Build a new instance of FingerprintSensorInfo with the given values.

C#
public FingerprintSensorInfo(int fingerprintKind, int maxCaptureCount, int maxFrienlyNameBytes)

Parameters

Type Name Description
int fingerprintKind

The technique of fingerprint capture the YubiKey uses. The standard defines the value of 1 as touch type and 2 as swipe type.

int maxCaptureCount

The number of fingerprint captures needed to enroll a fingerprint.

int maxFrienlyNameBytes

The maximum number of bytes available to hold a template's friendly name.

In this article
Back to top Generated by DocFX