What is a GINA dll, and is it possible to trap special key combinations using this dll? How can I use this in a kiosk application?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
GINA handles part of the login and authentication process for interactive logins on a Windows machine for versions prior to Vista (it has since been replaced by the
ICredentialProviderinterface).In general, I wouldn’t advocate writing a replacement GINA (or credential provider) in .Net, as you’d inject a dependency on the .Net framework into the Winlogon process – one slip, and you could end up with a machine that refuses to boot.