JcBernack / WinBioNET

Managed wrapper in C#/NET for the Windows Biometric Framework
MIT License
60 stars 14 forks source link

OpenSession for WinBioDatabaseId.OnChip #17

Open gargamul opened 5 years ago

gargamul commented 5 years ago

I am trying to open a session, to point to a template database in a custom location. But have been unsuccessful. 1) Have tried to select WinBioDatabaseId.OnChip with PoolType = System, Flag = Advanced|Raw. But received InvalidArgument. 2) Have tried to pass the database GUID but received InvalidArgument.

Any pointers on how to achieve this, if you have tried this out before?