Click or drag to resize

PdfSignatureValidationInfo Properties

The PdfSignatureValidationInfo type exposes the following members.

Properties
 NameDescription
Public propertyCertificateRevocationLists

Gets the read-only collection of X.509 Certificate Revocation Lists (CRLs) used to determine the validity of the certificates in the chains related to the signature.

Each certificate revocation list shall also be included in CertificateRevocationLists of the PdfDocumentSecurityStore.

Public propertyCertificates

Gets the read-only collection of X.509 certificates used in the validation of the signature.

Each certificate shall also be included in Certificates of the PdfDocumentSecurityStore.

Public propertyOnlineCertificateStatusProtocolResponses

Gets the read-only collection of X.509 Online Certificate Status Protocol (OCSP) responses used to determine the validity of the certificates in the chains related to the signature.

Each Online Certificate Status Protocol (OCSP) response shall also be included in OnlineCertificateStatusProtocolResponses of the PdfDocumentSecurityStore.

Top
See Also