ClinicMaster.FingerprintRecognition.AspNetCore.API
1.0.0
dotnet add package ClinicMaster.FingerprintRecognition.AspNetCore.API --version 1.0.0
NuGet\Install-Package ClinicMaster.FingerprintRecognition.AspNetCore.API -Version 1.0.0
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="ClinicMaster.FingerprintRecognition.AspNetCore.API" Version="1.0.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add ClinicMaster.FingerprintRecognition.AspNetCore.API --version 1.0.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: ClinicMaster.FingerprintRecognition.AspNetCore.API, 1.0.0"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install ClinicMaster.FingerprintRecognition.AspNetCore.API as a Cake Addin #addin nuget:?package=ClinicMaster.FingerprintRecognition.AspNetCore.API&version=1.0.0 // Install ClinicMaster.FingerprintRecognition.AspNetCore.API as a Cake Tool #tool nuget:?package=ClinicMaster.FingerprintRecognition.AspNetCore.API&version=1.0.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
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. |
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
-
net9.0
- ClinicMaster.FingerprintRecognition.Core (>= 1.0.0)
- ClinicMaster.FingerprintRecognition.Engine (>= 1.0.0)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
1.0.0 | 91 | 2/18/2025 |
Initial release with fingerprint scanning, recognition, and verification for ASP.NET Core.