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.
<PackageVersion Include="ClinicMaster.FingerprintRecognition.Engine" Version="1.0.0" />
                    
Directory.Packages.props
<PackageReference Include="ClinicMaster.FingerprintRecognition.Engine" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version 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.
#:package ClinicMaster.FingerprintRecognition.Engine@1.0.0
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=ClinicMaster.FingerprintRecognition.Engine&version=1.0.0
                    
Install as a Cake Addin
#tool nuget:?package=ClinicMaster.FingerprintRecognition.Engine&version=1.0.0
                    
Install as a Cake Tool

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.  net10.0 was computed.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.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.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.

ClinicMaster.FingerprintRecognition.AspNetCore.API

ASP.NET Core API for ClinicMaster Fingerprint Recognition, enabling biometric authentication with enrollment, identification, and verification features.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
1.0.0 188 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.