Pdf |
Represents a container that shall contain validation-related information (VRI) for one signature in the document that a given signature handler or PDF processor has used to successfully validate the given signature.
A PdfSignatureValidationInfo shall reference:
The PdfSignatureValidationInfo type exposes the following members.
Name | Description | |
---|---|---|
PdfSignatureValidationInfo | Initializes a new instance of the PdfSignatureValidationInfo class. |
Name | Description | |
---|---|---|
CertificateRevocationLists | 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. | |
Certificates | 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. | |
OnlineCertificateStatusProtocolResponses | 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. |
Name | Description | |
---|---|---|
ToString |
Returns a String that represents this PdfSignatureValidationInfo instance.
(Overrides ObjectToString) |