Windows Hello Fingerprint Enrollment in C#

635 views Asked by At

I didn't enroll for windows hello in settings(sign-in-options) and Now I want to load the windows hello enrollment UI by using RequestCreateAsync("String", KeyCredentialCreationOption.ReplaceExisting) API in C#. But the response is taking the value has Null. Can any one please let me know is it possible to load the windows hello enrollment UI? Thanks in advance.

1

There are 1 answers

2
Burak Besli On

you can try this solution https://github.com/JcBernack/WinBioNET I've solved my all Windows Hello questions with this project.