Class ValidationOptions

ValidationOptions class

Represents options for validating a digital signature in a PDF document.

public sealed class ValidationOptions

Constructors

NameDescription
ValidationOptions()The default constructor.

Properties

NameDescription
CheckCertificateChain { get; set; }Gets or sets a value indicating whether the certificate chain should be checked during the validation process.
RequestTimeout { get; set; }Gets or sets the timeout duration, in milliseconds, for network-related operations during the validation process. The RequestTimeout property defines the maximum time the system should wait for a network response when accessing online resources, such as revocation status or OCSP servers.
ValidationMethod { get; set; }Gets or sets the method used to validate a certificate.
ValidationMode { get; set; }Gets or sets the mode of validation for digital signatures in a PDF document. The ValidationMode property determines the strictness of the validation process.

See Also