giokoguashvili / 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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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
        );

About

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

License:MIT License


Languages

Language:C# 100.0%