Question

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?

Was it helpful?

Solution

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 ICredentialProvider interface).

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.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top