Windows 8 introduced a new authentication method for users who are not members of the domain: using the PIN code set on the control panel.
Currently, our application supports logging into Windows using a previously saved password using LogonUserW()and now also requires PIN support.
How can we achieve this from a .NET application, directly or using P / Invoke?
source
share