资 源 简 介
Based off of code written by Thomas Lebrun (http://weblogs.asp.net/thomaslebrun/archive/2009/08/19/windows-seven-how-to-use-biometric-authentication-in-your-net-applications.aspx), this provides a semi-complete abstraction of the fingerprint scanning capabilities in Windows 7.
Examples are shown for both console and WPF applications.
NOTE: This code is 32-bit ONLY! I still haven"t figured out the P/Invoke calls for WinBio, I simply used the PInvoker interop DLLs that Thomas provider. When I have some more time to spend on it, I"ll try to remove that dependency.