finger print reader for .net windows forms / WPF or silverlight client

|▌冷眼眸甩不掉的悲伤 提交于 2019-11-29 18:46:44

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.

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.)

The API can be found here: API

Also one can be found here: Not sure on compatibility

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!