Ryan
Ryan

Reputation: 4662

Log in as a user given alternate security identity credentials

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

Answers (1)

lorond
lorond

Reputation: 3896

Try looking here. As far as i know, CredUIPromptForWindowsCredentials also support smart cards, etc.

Upvotes: 1

Related Questions