Neuron®
The Neuron® is the basis for the creation of open and secure federated networks for smart societies.
Loading...
Searching...
No Matches
MrzDataObject.cs
2{
7 {
12 : base()
13 {
14 }
15
21 public MrzDataObject(byte[] Value, string StringValue)
22 : base(Value, StringValue)
23 {
25 this.DocumentInformation = Info;
26 }
27
29
33 public override ushort Tag => 0x5f1f;
34
41 public override StringObject Create(byte[] Value, string StringValue)
42 {
43 return new MrzDataObject(Value, StringValue);
44 }
45 }
46}
override StringObject Create(byte[] Value, string StringValue)
Creates an instance of the string-valued data object.
MrzDataObject(byte[] Value, string StringValue)
MRZ Data Object
Abstract base class for string-valued objects.
Definition: StringObject.cs:10
Contains parsed information from a machine-readable document information string.
Contains MRZ-related Extensions for Machine-Readable Travel Documents.
Definition: MrzExtensions.cs:9
static bool ParseMrz(string MRZ, [NotNullWhen(true)] out DocumentInformation? Info)
Derives Basic Access Control Keys from the second row of the Machine-Readable string in passport (MRZ...