Windows Hello is a Windows 10 feature, which allows you to sign in using bio-metric data like fingerprints or facial recognition. It provides enterprise-grade security without having to type in a password.
Questions tagged [windows-hello]
39 questions
0
votes
1 answer
Windows Hello Identify configured sign in type (Hello Face/Hello Fingerprint)-UWP
I want to implement Biometric access to my UWP app and want to get which sign-in option is configured by the user(Hello Face/Hello Fingerprint).
Is there any way I can get the user-configured sign-in type?
If not I can go to an option like this.
I…

Piumi ganegoda
- 163
- 3
- 12
0
votes
1 answer
Windows Hello Fingerprint Enrollment in C#
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…

P Prashanth
- 1
- 1
0
votes
1 answer
Implement face authentication in React App
I wanted to create a React Application that could be unlocked via Face Authentication similar to Windows Hello. How does face authentication work? How can I make this work? Many android applications and iOS applications already have this…

KillMe
- 184
- 5
- 20
0
votes
0 answers
Setting Up Windows Hello with Home Active Directory
I have a home AD server and a Windows Surface Laptop. I want to enable my family to open the laptop, and based on facial recognition, it will log them into their respective AD account. I'm seeing conflicting responses on setting this up. Do I only…

user3351429
- 81
- 8
0
votes
1 answer
Windows Credential Provider - Is there a way to communicate or interfere with windows Hello API?
I am developing the credential provider, that require to communicate / interfere with windows hello and get the authentication done.
Is there any way to communicate with Windows Hello and alter the functionality of authentication?

Sivarajan Sivanesan
- 116
- 7
0
votes
1 answer
Error in PowerShell while using arrays
While I am trying to assign a value to the specific index of an array it is showing the Errors.
PS /home/mifi> $names = @()
PS /home/mifi> $names[1]="abc"
Index was outside the bounds of the array.
At line:1 char:1
+ $names[1]="abc"
+…

Keshav Maheshwari
- 85
- 1
- 2
- 12
0
votes
0 answers
Windows Hello - detect face change
User setups Windows Hello. UWP-application can authorize user.
Now user changed face in system settings. How can app detect that after it was started using UWP SDK?

Maxim Korobov
- 2,574
- 1
- 26
- 44
0
votes
0 answers
Multi-user finguerprint registration and detection in windows hello
I'm using Windows 10 and VS2017.I have a Fingerprint sensor and Windows hello installed and working fine. It detects fingers.
I'm now developing a UWP app for multiuser registration using fingerprint.
For that propose Im using following part of…

jcrlopes
- 19
- 2
0
votes
1 answer
UserConsentVerifierAvailability enum definitions for Windows 10
What is the difference between DeviceNotPresent and NotConfiguredForUser properties of UserConsentVerifierAvailability enumeration?
MSDN documentation says "There is no biometric verifier device available" and "A biometric verifier device is not…

dalyIsaac
- 702
- 8
- 17