EnrollFingerprint Field
Namespace: Yubico.YubiKey Assembly: Yubico.YubiKey.dllIndicates that the SDK is requesting the user provide a fingerprint sample.
C#
public const KeyEntryRequest EnrollFingerprint
Returns
Remarks
When enrolling a fingerprint, the process will generally require
several samples. It is also likely you will want to display different
messages based on whether this is the first call for a sample, and
whether it is a later, "repeat" sample used to "reinforce" the
original sample. Hence, when the Request
property is EnrollFingerprint
, look at the
LastBioEnrollSampleResult property. If it
is null, this is the first call, and if it is not null, this is a
subsequent call.