Aspose::Pdf::Security::ValidationOptions::set_CheckCertificateChain method

ValidationOptions::set_CheckCertificateChain method

Sets a value indicating whether the certificate chain should be checked during the validation process.

void Aspose::Pdf::Security::ValidationOptions::set_CheckCertificateChain(bool value)

Remarks

When the property is set, the existence of a chain of certificates will be checked, if it is absent, then the result of the verification will be ValidationStatus::Undefined, which corresponds to the behavior of Adobe Acrobat. If you just want to check the status of revocation online, then set the field in false. The default value is false.

See Also