https://github.com/takuya-takeuchi/winbiometricdotnet
Windows Bitometric Framework .NET wrapper
https://github.com/takuya-takeuchi/winbiometricdotnet
biometric biometrics dotnet fingerprint windows
Last synced: 9 months ago
JSON representation
Windows Bitometric Framework .NET wrapper
- Host: GitHub
- URL: https://github.com/takuya-takeuchi/winbiometricdotnet
- Owner: takuya-takeuchi
- License: mit
- Created: 2018-07-29T11:39:52.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2021-03-26T14:12:42.000Z (over 5 years ago)
- Last Synced: 2025-10-09T15:44:50.694Z (9 months ago)
- Topics: biometric, biometrics, dotnet, fingerprint, windows
- Language: C#
- Size: 3.11 MB
- Stars: 33
- Watchers: 6
- Forks: 14
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
#  WinBiometricDotNet []()
Windows Biometric Framework .NET wrapper
|Package|NuGet|
|---|---|
|WinBiometricDotNet|[](https://www.nuget.org/packages/WinBiometricDotNet)|
## Support API
[-green.svg)]()
|Function|Support|Win 7|Win 8|Win 10|Note|
|----|:----:|:----:|:----:|:----:|----|
|WinBioAcquireFocus|✓|✓|✓|✓||
|WinBioAsyncEnumBiometricUnits|✓||✓|✓||
|WinBioAsyncEnumDatabases|✓||✓|✓||
|WinBioAsyncEnumServiceProviders|✓||✓|✓||
|WinBioAsyncMonitorFrameworkChanges|✓||✓|✓||
|WinBioAsyncOpenFramework|✓||✓|✓||
|WinBioAsyncOpenSession|✓||✓|✓||
|WinBioCancel|✓|✓|✓|✓||
|WinBioCaptureSample|✓|✓|✓|✓||
|WinBioCaptureSampleWithCallback|✓|✓|✓|✓||
|WinBioCloseFramework|✓||✓|✓||
|WinBioCloseSession|✓|✓|✓|✓||
|WinBioControlUnit|✓|✓|✓|✓||
|WinBioControlUnitPrivileged|✓|✓|✓|✓||
|WinBioDeleteTemplate|✓|✓|✓|✓||
|WinBioEnrollBegin|✓|✓|✓|✓||
|WinBioEnrollCapture|✓|✓|✓|✓||
|WinBioEnrollCaptureWithCallback|✓|✓|✓|✓||
|WinBioEnrollCommit|✓|✓|✓|✓||
|WinBioEnrollDiscard|✓|✓|✓|✓||
|WinBioEnrollSelect|✓|||✓||
|WinBioEnumBiometricUnits|✓|✓|✓|✓||
|WinBioEnumDatabases|✓|✓|✓|✓||
|WinBioEnumEnrollments|✓|✓|✓|✓||
|WinBioEnumServiceProviders|✓|✓|✓|✓||
|WinBioFree|✓|✓|✓|✓|Internal use only|
|WinBioGetCredentialState|✓|✓|✓|✓||
|WinBioGetDomainLogonSetting|✓|✓|✓|✓||
|WinBioGetEnabledSetting|✓|✓|✓|✓||
|WinBioGetEnrolledFactors|✓|||✓||
|WinBioGetLogonSetting|✓|✓|✓|✓||
|WinBioGetProperty|✓|✓|✓|✓||
|WinBioIdentify|✓|✓|✓|✓||
|WinBioIdentifyWithCallback|✓|✓|✓|✓||
|WinBioLocateSensor|✓|✓|✓|✓||
|WinBioLocateSensorWithCallback|✓|✓|✓|✓||
|WinBioLockUnit|✓|✓|✓|✓||
|WinBioLogonIdentifiedUser|✓|✓|✓|✓||
|WinBioMonitorPresence|✓|||✓||
|WinBioOpenSession|✓|✓|✓|✓||
|WinBioRegisterEventMonitor|✓|✓|✓|✓||
|WinBioReleaseFocus|✓|✓|✓|✓||
|WinBioRemoveAllCredentials|✓|✓|✓|✓||
|WinBioRemoveAllDomainCredentials|✓|✓|✓|✓||
|WinBioRemoveCredential|✓|✓|✓|✓||
|WinBioSetCredential|✓|✓|✓|✓||
|WinBioSetProperty|✓|||✓||
|WinBioUnlockUnit|✓|✓|✓|✓||
|WinBioUnregisterEventMonitor|✓|✓|✓|✓||
|WinBioVerify|✓|✓|✓|✓||
|WinBioVerifyWithCallback|✓|✓|✓|✓||
|WinBioWait|✓|✓|✓|✓||
## Known Issue
- ***AsyncOpenSession*** and ***AsyncOpenFramework*** throws Exception if specifies ***WINBIO_ASYNC_NOTIFY_CALLBACK***.