Click or drag to resize

PdfSignerValidationInfo Property

Gets or sets the (potentially partial) validation-related information (certificates, certificate revocation lists and Online Certificate Status Protocol responses) that should be embedded in the signature.

The ValidationInfo cannot contain any CRL or OCSP response if SignatureLevel is set to PAdES_B_B or higher.

Default value: (only signing certificate will be embedded in the signature).


Namespace: SautinSoft.Pdf.Forms
Assembly: SautinSoft.Pdf (in SautinSoft.Pdf.dll) Version: 2025.3.13
Syntax
public PdfSignatureValidationInfo ValidationInfo { get; set; }

Property Value

PdfSignatureValidationInfo
The (potentially partial) validation-related information (certificates, certificate revocation lists and Online Certificate Status Protocol responses) that should be embedded in the signature.
Exceptions
ExceptionCondition
InvalidOperationExceptionValue contains at least one CRL or OCSP response and SignatureLevel is PAdES_B_B or higher.
See Also