NfcReaderLib 2.1.0
dotnet add package NfcReaderLib --version 2.1.0
NuGet\Install-Package NfcReaderLib -Version 2.1.0
<PackageReference Include="NfcReaderLib" Version="2.1.0" />
<PackageVersion Include="NfcReaderLib" Version="2.1.0" />
<PackageReference Include="NfcReaderLib" />
paket add NfcReaderLib --version 2.1.0
#r "nuget: NfcReaderLib, 2.1.0"
#:package NfcReaderLib@2.1.0
#addin nuget:?package=NfcReaderLib&version=2.1.0
#tool nuget:?package=NfcReaderLib&version=2.1.0
NfcReaderLib
A .NET library for PC/SC smart card communication, JH Token generation, and EMV/NFC card utilities.
NuGet Packages
| Package | Version | Description |
|---|---|---|
| NfcReaderLib | 2.0.3 | PC/SC communication, JH Token generation |
| EMVCard.Core | 2.0.3 | EMV card reading, storage, and export |
Installation
Package Manager Console:
Install-Package NfcReaderLib -Version 2.0.3
Install-Package EMVCard.Core -Version 2.0.3
.NET CLI:
dotnet add package NfcReaderLib --version 2.0.3
dotnet add package EMVCard.Core --version 2.0.3
Features
- PC/SC card reader support (contact/contactless)
- 32/64-bit Windows support
- JH Token (SHA-256) generation from ICC certificates
- EMV TLV parsing, PSE/PPSE, GPO, record reading
- Card polling, PAN masking, async operations
What's New in v2.0.3
- Maintenance and compatibility improvements
- Updated NuGet version: 2.0.3
Requirements
- .NET Framework 4.7.2
License
MIT
Copyright
Copyright holders: Johan Henningsson
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET Framework | net472 is compatible. net48 was computed. net481 was computed. |
-
.NETFramework 4.7.2
- Newtonsoft.Json (>= 13.0.4)
- System.Data.SQLite (>= 1.0.118)
NuGet packages (1)
Showing the top 1 NuGet packages that depend on NfcReaderLib:
| Package | Downloads |
|---|---|
|
EMVCard.Core
EMV chip card reading library with support for PSE/PPSE application selection, GPO processing, record reading, TLV parsing, JH Token generation, and event-driven card read notifications. Works with contact and contactless EMV cards via PC/SC readers. Updated for 2026 release with improved documentation and copyright. Now supports both 32-bit and 64-bit Windows systems through NfcReaderLib 1.0.3. |
GitHub repositories
This package is not used by any popular GitHub repositories.
Release 2.0.3 - Maintenance and compatibility improvements.