CertificateVerifyOptions class

CertificateVerifyOptions class

Keeps options to verify certificate documents.

Inheritance: CertificateVerifyOptionsVerifyOptions

The CertificateVerifyOptions type exposes the following members:

Constructors

Constructor Description
init Initializes a new instance of the TextVerifyOptions with default values.
init Initializes a new instance of the CertificateVerifyOptions with subject to verify.

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.
issuer Specify Certificate Issuer if it should be verified.
serial_number Specify Certificate Serial Number if it should be verified.
subject Specify Certificate subject if it should be verified.
thumbprint Specify Certificate Thumbprint if it should be verified.
match_type Gets or sets Text Match Type verification.
expired Indicates if certificate is expired date due validation result.
Property is read-only.
perform_chain_validation Get or set if verification process should provide X.509 chain validation using basic validation policy.
By default this value is true.

Remarks

Learn more | | |

See Also