Owen Ashurst

Results 41 comments of Owen Ashurst

I'm opening the session the same way in the sample project... ``` private void OpenBiometricSession() { _session = WinBio.OpenSession(WinBioBiometricType.Fingerprint, WinBioPoolType.Private, WinBioSessionFlag.Basic, new[] { unit.UnitId }, DatabaseId); Console.WriteLine( "Session opened: "...