'Windows Hello Authentication/Enrollment

I'm developing an application for multiuser authentication using fingerprint. But I'm facing an issue i.e., other users will be registering but authenticated only with an existing account user, I'm not able to prompt for new user enrollment. Below the part of code I'm gonna using but not getting proper results.

KeyCredentialRetrievalResult createRes = await KeyCredentialManager.RequestCreateAsync("NewUser",KeyCredentialCreationOption.ReplaceExisting);

Please someone let me know shall we use fingerprint for multiuser registration/authentication..?



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source