Aspose::Pdf::Security::ValidationOptions class

ValidationOptions class

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

class ValidationOptions : public System::Object

Methods

MethodDescription
get_RequestTimeout() constGets 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.
get_ValidationMethod() constGets the method used to validate a certificate.
get_ValidationMode() constGets the mode of validation for digital signatures in a PDF document. The ValidationMode property determines the strictness of the validation process.
set_RequestTimeout(int32_t)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.
set_ValidationMethod(Aspose::Pdf::Security::ValidationMethod)Sets the method used to validate a certificate.
set_ValidationMode(Aspose::Pdf::Security::ValidationMode)Sets the mode of validation for digital signatures in a PDF document. The ValidationMode property determines the strictness of the validation process.
ValidationOptions()Creates an instance of ValidationOptions class.

See Also