ClinicMaster.FingerprintRecognition.Core
1.0.0
dotnet add package ClinicMaster.FingerprintRecognition.Core --version 1.0.0
NuGet\Install-Package ClinicMaster.FingerprintRecognition.Core -Version 1.0.0
<PackageReference Include="ClinicMaster.FingerprintRecognition.Core" Version="1.0.0" />
paket add ClinicMaster.FingerprintRecognition.Core --version 1.0.0
#r "nuget: ClinicMaster.FingerprintRecognition.Core, 1.0.0"
// Install ClinicMaster.FingerprintRecognition.Core as a Cake Addin #addin nuget:?package=ClinicMaster.FingerprintRecognition.Core&version=1.0.0 // Install ClinicMaster.FingerprintRecognition.Core as a Cake Tool #tool nuget:?package=ClinicMaster.FingerprintRecognition.Core&version=1.0.0
FingerprintRecognition
A .NET library for fingerprint recognition and biometric authentication, designed for the ClinicMaster system.
Features
- Fingerprint Enrollment: Register and store fingerprint templates.
- Fingerprint Identification: Match fingerprints against stored templates.
- Cross-Platform Support: Includes native libraries for Windows (x86/x64) and Linux (x86/x64/ARM64).
- Easy Integration: Designed to work seamlessly with the ClinicMaster system.
Installation
NuGet Package
You can install the library via NuGet:
dotnet add package ClinicMaster.FingerprintRecognition
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net9.0 is compatible. net9.0-android was computed. net9.0-browser was computed. net9.0-ios was computed. net9.0-maccatalyst was computed. net9.0-macos was computed. net9.0-tvos was computed. net9.0-windows was computed. |
.NET Framework | net462 is compatible. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
-
.NETFramework 4.6.2
- Newtonsoft.Json (>= 13.0.3)
-
net9.0
- Newtonsoft.Json (>= 13.0.3)
NuGet packages (2)
Showing the top 2 NuGet packages that depend on ClinicMaster.FingerprintRecognition.Core:
Package | Downloads |
---|---|
ClinicMaster.FingerprintRecognition.AspNetCore.API
ASP.NET Core API for ClinicMaster Fingerprint Recognition, enabling biometric authentication with enrollment, identification, and verification features. |
|
ClinicMaster.FingerprintRecognition.WinForms
WinForms component for the ClinicMaster Fingerprint Recognition system, providing an intuitive interface for biometric fingerprint authentication in Windows Forms applications. It supports fingerprint enrollment, identification and verification for secure identity management. |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
1.0.0 | 112 | 2/18/2025 |
Initial release of the core component for ClinicMaster Fingerprint Recognition. Includes models, constants, contracts, and data utilities, enabling integration with fingerprint hardware and laying the foundation for future updates.