Show / Hide Table of Contents

AttemptsRemaining Property

AttemptsRemaining

Indicates how many biometric match retries are left (biometric match retry counter) until a biometric verification is blocked.

C#
public int? AttemptsRemaining { get; }

Property Value

Type Description
int?

Remarks

The value is returned only if a authentication failed. To get remaining biometric attempts when not performing authentication, use AttemptsRemaining.

In this article
Back to top Generated by DocFX