适用于 .net Windows Forms/WPF 或 silverlight 客户端的指纹识别器

发布于 2024-09-24 08:51:18 字数 133 浏览 0 评论 0原文

我们正在设计一个将在内部网络上使用的解决方案。

要求之一是除了简单的用户名和密码之外还需要额外的安全级别。

有人知道如何在 .net 应用程序中实现指纹读取器吗?

我们有带指纹识别器的 Thinkpad。

We are designing a solution that will be used on an internal network.

One of the requirements is to have an extra level of security beyond a simple user name and password.

Does anyone have information about how to implement a finger print reader in a .net application?

We have Thinkpads with a finger print reader.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(3

嘿哥们儿 2024-10-01 08:51:18

您需要一个 sdk(软件开发工具包)来配合您的硬件。将其添加到您的项目参考中,您就可以与设备进行通信。

它必须来自硬件供应商。

you need an sdk (software development kit) to go with your hardware. Add that to your project references and you can communicate with the device.

It has to come from the hardware vendor.

一杆小烟枪 2024-10-01 08:51:18

我不确定Thinkpad有哪个读卡器,所以我不能给你具体的信息。

看看 BioApi。他们有 ac# 包装器,如果您的设备符合 BioApi 兼容,您应该能够运行它。 (注意,我必须修改包装器,但它是一个很好的基础。)

I'm not sure which reader the Thinkpad has, so I can't give you specific information.

Have a look at the BioApi. They have a c# wrapper and if your device is BioApi compliant, you should be able to get it running. (Note, I had to modify the wrapper, but it is a fine base.)

夜空下最亮的亮点 2024-10-01 08:51:18

可以在此处找到该 API:API< /a>

也可以在这里找到:不确定兼容性

The API can be found here: API

Also one can be found here: Not sure on compatibility

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