Neuron®
The Neuron® is the basis for the creation of open and secure federated networks for smart societies.
Loading...
Searching...
No Matches
BiometricEncodingFingers.cs
2{
7 {
12 : base([])
13 {
14 }
15
22 : base(Value)
23 {
24 this.Templates = Templates;
25 }
26
30 public override ushort Tag => 0x63;
31
36
43 public override IDataObject Create(byte[] Value, IDataObject[] Inner, TravelDocumentsClient Client)
44 {
46
47 foreach (IDataObject Object in Inner)
48 {
49 if (Object is BiometricInformationTemplates BiometricInformationTemplates2)
50 BiometricInformationTemplates = BiometricInformationTemplates2;
51 }
52
54 }
55 }
56}
Biometric Encoding of DG3. Reference: §4.7.3, EF.DG3, ICAO Doc 9303-10, Table 46.
BiometricInformationTemplates? Templates
Biometric information templates.
BiometricEncodingFingers()
Biometric Encoding of DG3. Reference: §4.7.3, EF.DG3, ICAO Doc 9303-10, Table 46.
BiometricEncodingFingers(byte[] Value, BiometricInformationTemplates? Templates)
Biometric Encoding of DG3. Reference: §4.7.3, EF.DG3, ICAO Doc 9303-10, Table 46.
override IDataObject Create(byte[] Value, IDataObject[] Inner, TravelDocumentsClient Client)
Creates a parsed instance of the data object.
Biometric Information Template Group Template. Reference: §4.7.2.1, EF.COM, ICAO Doc 9303-10,...
Abstract base class for data objects that contain nested data objects.