Reputation: 4662
Our application currently uses LogonUser to allow for a second user to validate a change. This works great with a regular username and password, however we need to use smart cards/pins for some users instead of passwords. Is there anything available to log in using alternate security identity credentials instead of password in the windows API?
Upvotes: 3
Views: 567
Reputation: 3896
Try looking here. As far as i know, CredUIPromptForWindowsCredentials also support smart cards, etc.
Upvotes: 1