0

I developed testing dll driver for Windows Biometric Framework. This driver takes care of storing fingerprint information.

WinBio uses 3 types of driver - engine,storage and sensor. These were installed with biometric sensor.

I'd like to replace storage adapter with my own. So I simply copyied my implementation to corresponding folder and changed value in registry to use my dll. But when I test my application I get error at Opening Session that says

The adapter binary did not pass its integrity check

What exactly do I need to make it work with my application?

Thanks in advance

4

1 回答 1

1

您将需要对插件驱动程序进行签名 - 为了进行测试,您可以使用使用 WDK 工具创建的测试证书。可以在Windows 生物识别框架:代码签名指南中找到详细信息。

于 2012-07-10T07:22:36.760 回答