Click or drag to resize

PdfSignatureValidationInfo Constructor

Initializes a new instance of the PdfSignatureValidationInfo class.

Namespace: SautinSoft.Pdf.Forms
Assembly: SautinSoft.Pdf (in SautinSoft.Pdf.dll) Version: 2026.8.27
Syntax
public PdfSignatureValidationInfo(
	IEnumerable<PdfCertificate> certificates,
	IEnumerable<PdfCertificateRevocationList> certificateRevocationLists,
	IEnumerable<PdfOnlineCertificateStatusProtocolResponse> onlineCertificateStatusProtocolResponses
)

Parameters

certificates  IEnumerablePdfCertificate
The X.509 certificates used in the validation of the signature.
certificateRevocationLists  IEnumerablePdfCertificateRevocationList
The X.509 Certificate Revocation Lists (CRLs) used to determine the validity of the certificates in the chains related to the signature.
onlineCertificateStatusProtocolResponses  IEnumerablePdfOnlineCertificateStatusProtocolResponse
The X.509 Online Certificate Status Protocol (OCSP) responses used to determine the validity of the certificates in the chains related to the signature.
Exceptions
ExceptionCondition
ArgumentNullExceptioncertificates, certificateRevocationLists or onlineCertificateStatusProtocolResponses contains a item.
See Also