I have integrated fingerprint authentication into my UWP app. I want to give maximum fingerprint attempts to the user. If the user exceeds the attempts I want to provide a message asking to re-login using the password. How can I achieve that?
Asked
Active
Viewed 176 times
0
-
Any updates for this thread ? – Nico Zhu Jun 17 '22 at 09:32
1 Answers
0
UWP-Windows Hello maximum no of fingerprint attempts
Currently, there is no such api for setting maximum fingerprint attempts, it was handle internal by UserConsentVerifier
. If you do want to edit this parameter please feel free post your requirement with windows feedback hub app.
I want to provide a message asking to re-login using the password
Please check Request consent and return results document, you could show a dialog when it turn into RetriesExhausted
state that have been too many failed attempts.

Nico Zhu
- 32,367
- 2
- 15
- 36