DigitalVerifyOptions class
DigitalVerifyOptions class
Keeps options to verify document Digital signature.
Inheritance: DigitalVerifyOptions →
VerifyOptions
The DigitalVerifyOptions type exposes the following members:
Constructors
| Constructor | Description |
|---|---|
| init | Creates Digital Verification Option with default values. |
| init | Creates Digital Verification Option with given digital certificate file path. |
| init | Creates Digital Verification Option with given certificate stream. |
Properties
| Property | Description |
|---|---|
| is_valid | Valid property flag. |
| page_number | Document Page Number to be verified. If property is not set - all Pages of
Document will be verified for first occurrence. Minimal value is 1. |
| pages_setup | Page Options to specify pages to be verified. |
| all_pages | Flag to verify each document page. By default value is true. |
| shape_position | Specifies shape position in the document layout. For verifing signatures in headers/footers |
| extensions | Additional extensions for alternative signature options verification. |
| certificate | Get X509Certificate2 Certificate from Certificate FilePath or Stream. |
| password | Password of Digital Certificate if required. |
| certificate_file_path | File path of Digital Certificate. |
| certificate_stream | Stream of Digital Certificate. |
| comments | Comments of Digital Signature to validate. |
| sign_date_time_from | Date and time range of Digital Signature to validate. Nullable value will be ignored. |
| sign_date_time_to | Date and time range of Digital Signature to validate. Nullable value will be ignored. |
| reason | Reason of Digital Signature to validate. |
| contact | Signature Contact to validate. |
| location | Signature Location to validate. |
| subject_name | Subject distinguished name of the certificate to validate. Value is case sensitive.
If this property is set verification will check if Signature subject name contains or equals passed value |
| issuer_name | Issuer name of the certificate to validate. Value is case sensitive.
If this property is set verification will check if Signature’s issuer name contains or equals passed value |
Remarks
Learn more | | | |
See Also
- module
groupdocs.signature.options - class
DigitalVerifyOptions - class
VerifyOptions