ValidationOptions.CheckCertificateChain
ValidationOptions.CheckCertificateChain property
Gets or sets a value indicating whether the certificate chain should be checked during the validation process.
public bool CheckCertificateChain { get; set; }
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 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
- class ValidationOptions
- namespace Aspose.Pdf.Security
- assembly Aspose.PDF