Log in as a user with alternate security credentials

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?

+3
source share
1 answer

Try to find it here . As far as I know, CredUIPromptForWindowsCredentials also supports smart cards, etc.

+1
source

All Articles