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

前端 未结 3 1329
北恋
北恋 2020-12-22 10:09

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 pas

相关标签:
3条回答
  • 2020-12-22 10:36

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

    0 讨论(0)
  • 2020-12-22 10:36

    The API can be found here: API

    Also one can be found here: Not sure on compatibility

    0 讨论(0)
  • 2020-12-22 10:40

    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.

    0 讨论(0)
提交回复
热议问题