如何在WPF应用程序中使用Windows生物识别框架(WBF)?

发布于 2024-09-13 10:24:52 字数 392 浏览 4 评论 0原文

我正在开发 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

不乱于心 2024-09-20 10:24:53

现在 WBF 文档中有完整的 C++ 示例。

我想知道你在哪里:

“找到的示例使用 WBF 来验证当前登录的用户”

因为这些示例应该向您展示如何从 WPF 调用 WBF API。

There are complete C++ examples in the WBF documentation NOW.

I'd like to know where you:

"found examples use WBF to verify user currently logged in"

as those should then show you how to call the WBF API from WPF.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文