Can I write a code block that opens the Windows Hello window when the button is clicked and takes action according to the correctness of the password? If I could write, how would I do it?
I'm working on: Windows Forms .NET Framework (C#)
Can I write a code block that opens the Windows Hello window when the button is clicked and takes action according to the correctness of the password? If I could write, how would I do it?
I'm working on: Windows Forms .NET Framework (C#)
For a .NET Framework WinForms application, you need to follow these steps:
Microsoft.Windows.SDK.Contracts
package. In the right pane of the NuGet Package Manager window select the desired version of the package based on the version of Windows 10 you want to target and click install.Microsoft.NETCore.UniversalWindowsPlatform
package and install it.Here is the result:
To learn more, take a look at the following docs: