SkillAgentSearch skills...

MRTD.NET

.NET Library for reading data from contactless chip cards on PCSC compatible smart chip card readers and chip encoders built into plastic card printers

Install / Use

/learn @giokoguashvili/MRTD.NET
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

SmartCard API

Build status Coverage Status Dependency Status NuGet

var dg1Content = await new SmartCardContent(
                            new MRZInfo(
                                "29GJ27813",
                                new DateTime(1998, 08, 14),
                                new DateTime(2022, 12, 22)
                            )
                        ).Content();
                        
Console.WriteLine(
            dg1Content.MRZ.DocumentNumber
        );

Related Skills

View on GitHub
GitHub Stars24
CategoryDevelopment
Updated3mo ago
Forks11

Languages

C#

Security Score

92/100

Audited on Dec 30, 2025

No findings