Show / Hide Table of Contents

AttemptsRemaining Property

AttemptsRemaining

Returns value of biometric match retry counter which states how many biometric match retries are left until a YubiKey Bio is blocked. If this method returns 0 and {@link #isConfigured()} returns true, the device is blocked for biometric match and the client should invoke PIN based authentication to reset the biometric match retry counter.

C#
public int AttemptsRemaining { get; }

Property Value

Type Description
int
In this article
Back to top Generated by DocFX