FingerprintSensorInfo Class
Namespace: Yubico.YubiKey.Fido2 Assembly: Yubico.YubiKey.dllContains the data returned by the YubiKey after calling the
GetFingerprintSensorInfo
subcommand.
C#
public class FingerprintSensorInfo : Object
Inheritance
System.Object
FingerprintSensorInfo
Constructors
Name | Description |
---|---|
FingerprintSensorInfo(Int32, Int32, Int32) | 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. |