I have developed test DLL drivers for the Windows Biometric Framework. This driver takes care of collecting fingerprint information
WinBio uses 3 types of drivers - engine, storage and sensor. These were installed with biometric sensors.
I want to replace the storage adapter with my own, so I just copy the copy of my implementation to the related folder and change the value in the registry to use my dll. But when I check my application, I get an error in the opening session
Adapter Binary did not pass its integrity test
What is it supposed to work with your application?
In advance thank you
You will need it to sign your plug-in driver - You can use a test certificate using WDK tools for testing. Details can be found in.
Comments
Post a Comment