如何在WPF应用程序中使用Windows生物识别框架(WBF)?
我正在开发 WPF 应用程序,该应用程序应该使用指纹读取器来识别用户。
Windows 生物识别框架 (WBF) 似乎足以胜任这项任务,但我找不到可以了解如何在我的 WPF 应用程序中使用它的示例。夫妇发现示例使用 WBF 来验证当前登录的用户。
但我的应用程序应该与自定义用户一起使用,并且 Windows 身份验证不可接受。
我还发现了一篇 MSDN 小文章,其中描述了三个传感器池,其中一个应该用于我的情况。目前尚不清楚如何在池之间移动指纹读取器设备、在哪里获取生物识别 API 的 C# 包装器以及如何将所有这些东西一起使用。
我使用 UPEK Eikon 作为指纹读取器设备,并使用基于 Windows7 的平板电脑来运行我的应用程序。
您能帮我提供一些有用资源的示例和链接吗? 谢谢 德米特里
I'm working on WPF application which should identify user using Fingerprint Reader.
It seems Windows Biometric Framework (WBF) is good enough for this task but I can't found examples where I can see how it can be used in my WPF application. Couple found examples use WBF to verify user currently logged in.
But my application should work with custom users and windows authentication is not acceptable.
I found also small MSDN article where described three sensor pools, one of them should be used in my situation. It is not clear how I can move Fingerprint Reader device between pools, where to get C# wrapper for Biometric API and how all of these things can be used together.
I'm using UPEK Eikon as fingerprint reader device and Windows7 based tablet PC where my application should run.
Could you please help and give me examples and links on useful resources?
Thanks
Dmitry
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
现在 WBF 文档中有完整的 C++ 示例。
我想知道你在哪里:
因为这些示例应该向您展示如何从 WPF 调用 WBF API。
There are complete C++ examples in the WBF documentation NOW.
I'd like to know where you:
as those should then show you how to call the WBF API from WPF.