Skip to content

Latest commit

 

History

History
19 lines (17 loc) · 997 Bytes

README.md

File metadata and controls

19 lines (17 loc) · 997 Bytes

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