Skip to content

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

Stars

25 stars

Watchers

5 watching

Forks

Releases

Packages

Used by

Contributors

Languages