FingerprintKind Property
FingerprintKind
The kind of fingerprint reader, that is, what method the fingerprint reader uses.
C#
public int FingerprintKind { get; }
Property Value
Type | Description |
---|---|
System.Int32 |
Remarks
The value returned by the YubiKey is an integer. The standard defines
what each integer means. Currently only two integers are defined:
1
for touch type sensor and 2
for swipe type sensor.