FingerprintSensorInfo Constructor
FingerprintSensorInfo(Int32, Int32, Int32)
Build a new instance of FingerprintSensorInfo with the given values.
C#
public FingerprintSensorInfo(int fingerprintKind, int maxCaptureCount, int maxFrienlyNameBytes)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | fingerprintKind | The technique of fingerprint capture the YubiKey uses. The standard
defines the value of |
System.Int32 | maxCaptureCount | The number of fingerprint captures needed to enroll a fingerprint. |
System.Int32 | maxFrienlyNameBytes | The maximum number of bytes available to hold a template's friendly name. |