ClinicMaster.FingerprintRecognition.Engine 1.0.0

dotnet add package ClinicMaster.FingerprintRecognition.Engine --version 1.0.0                
NuGet\Install-Package ClinicMaster.FingerprintRecognition.Engine -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.Engine" 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.Engine --version 1.0.0                
#r "nuget: ClinicMaster.FingerprintRecognition.Engine, 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.Engine as a Cake Addin
#addin nuget:?package=ClinicMaster.FingerprintRecognition.Engine&version=1.0.0

// Install ClinicMaster.FingerprintRecognition.Engine as a Cake Tool
#tool nuget:?package=ClinicMaster.FingerprintRecognition.Engine&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 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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (2)

Showing the top 2 NuGet packages that depend on ClinicMaster.FingerprintRecognition.Engine:

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 97 2/18/2025

Initial release of the core engine for ClinicMaster Fingerprint Recognition, enabling biometric operations across platforms. Includes models, constants, contracts, and data utilities for fingerprint integration and hardware interaction.