Our application currently uses LogonUser so that a second user can verify the change. This works fine with a normal username and password, however we need to use smart cards / contacts for some users instead of passwords. Is there anything available to log in using alternative security credentials rather than a password in the Windows API?
source
share