Skip to content

.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

Notifications You must be signed in to change notification settings

giokoguashvili/MRTD.NET

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages