FingerprintKind Property
FingerprintKind
The kind of fingerprint reader, that is, what method the fingerprint reader uses. This is an optional element and can be null.
C#
public Nullable<int> FingerprintKind { get; }
Property Value
Type | Description |
---|---|
System.Nullable<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.