0

Usually, Windows 7 uses username and password to authenticate the user.I need to customize this feature.I would like to write a windows service that will allow some external device or authentication provider to log a user into windows.For example, a finger print reader can log a user into windows via fingerprint instead of password.

So I am trying find a C# API for this purpose(like GINA.DLL).

Can anyone point me in the right direction in terms of what I need and where I should start researching how to make such a thing?

UPDATED: I have gone through following link.http://msdn.microsoft.com/en-us/magazine/cc163489.aspx. It contains the information. But examples are in C++.

Aslam Jiffry
  • 1,306
  • 6
  • 23
  • 57

1 Answers1

1

I am trying find a C# API for this purpose

Do not use high level languages, libraries, frameworks, virtual machines or runtimes in core operating system processes.

Dennis
  • 37,026
  • 10
  • 82
  • 150