Show / Hide Table of Contents

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 int? FingerprintKind { get; }

Property Value

Type Description
int?

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.

In this article
Back to top Generated by DocFX