Bioseal Class¶
Namespace: id3.Bioseal
Definition¶
Properties¶
Name |
Type |
Description |
|---|---|---|
The auxiliary data containing additional information specific to the BioSeal. |
||
The list of biometric verification rules. |
||
string |
The issuing reference of the certificate authority. |
|
string |
The identifier of the certificate. |
|
The detailed certificate information. |
||
bool |
Indicates whether the BioSeal contains auxiliary data. |
|
bool |
Indicates whether the BioSeal contains biometric data. |
|
bool |
Indicates whether the BioSeal contains extensions. |
|
bool |
Indicates whether the BioSeal contains face templates. |
|
bool |
Indicates whether the BioSeal contains finger templates. |
|
bool |
Indicates whether the BioSeal contains images. |
|
bool |
Indicates whether the BioSeal contains portraits. |
|
byte[] |
The data of the VDS as a binary array. |
|
The callback used to decrypt a field. |
||
string |
The identifier of the country issuing the document. For AFNOR XP Z42-101 only. |
|
The document issuing date. |
||
string |
The identification code of the scope on which the document type is defined. For AFNOR XP Z42-101 only. |
|
string |
The document type identification code. For AFNOR XP Z42-101 only. |
|
The BioSeal expiration date. |
||
The BioSeal format with prefix information. |
||
The callback used to retrieve an external resource (LoTL, TSL, certificate, manifest, CRL) with specified URI. |
||
The BioSeal format without prefix information. |
||
bool |
Prefix is present. |
|
int |
The header version. |
|
string |
The presentation view, in HTML format, created from the manifest and the data contained in the BioSeal. |
|
string |
The Issuing Agency Code (IAC). For ISO 22376:2023 format only. |
|
The log. |
||
string |
The URL to the LoTL (List of Trust List). |
|
The manifest information. |
||
int |
The manifest ID in ISO 22385 format. |
|
string |
The URL to the manifest. |
|
The payload containing the data specific to the BioSeal. |
||
string |
The prefix. |
|
The BioSeal signature date. |
||
The list of supported languages declared in the manifest. |
||
string |
The URL to the TSL (Trust Service List). |
|
The user authentication parameters. |
||
The last verification result. |
||
bool |
Indicates whether the verification process should verify the next CRL update. |
|
bool |
Indicates whether the governance certification chain is verified. |
|
bool |
Indicates whether the VDS signature is verified. |
Static Methods¶
Name |
Description |
|---|---|
Computes SHA256. |
Methods¶
Name |
Description |
|---|---|
Builds the presentation view, in HTML format. |
|
Builds a representation of the VDS, in JSON format. |
|
Builds a representation of the VDS, in a XML format. |
|
Clears all internal data. |
|
Clears the internal download cache. |
|
Finds the biometric field in payload. |
|
Finds fields by extension type. |
|
Finds fields by extension name. |
|
Gets the description of the document. |
|
Gets the name of the document. |
|
Sets the time zone offset in seconds. |
|
Decodes and verifies the specified data buffer. |
|
Decodes and verifies the specified string buffer. |