Integrating Windows Hello into C++ Win32 Application

858 views Asked by At

Looking into integrating Windows Hello auth into a Win32 Application with C++. In my research I am only finding C# examples. It looks like one of the core uses in Windows Hello is KeyCredentialManager. As part of a large collection of UWP feature samples that Microsoft provides there is a C++ Sample with KeyCredentialManager. However it requires the Windows 11 SDK.

Could anyone provide information or documentation on the ability to add Windows Hello to a C++ Win32 application with the Windows 10 SDK?

EDIT: Many people implement this in C++ using UWP which we would like to avoid: https://social.msdn.microsoft.com/Forums/en-US/377c092e-4a03-4fd0-8ad2-ce58dfd088a1/windows-hello-using-c?forum=windowsgeneraldevelopmentissues

0

There are 0 answers