Click or drag to resize

PdfSignatureValidationInfo Class

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:

Inheritance Hierarchy
SystemObject
  SautinSoft.Pdf.FormsPdfSignatureValidationInfo

Namespace: SautinSoft.Pdf.Forms
Assembly: SautinSoft.Pdf (in SautinSoft.Pdf.dll) Version: 2024.11.26
Syntax
public sealed class PdfSignatureValidationInfo

The PdfSignatureValidationInfo type exposes the following members.

Constructors
 NameDescription
Public methodPdfSignatureValidationInfo Initializes a new instance of the PdfSignatureValidationInfo class.
Top
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
Methods
 NameDescription
Public methodToString Returns a String that represents this PdfSignatureValidationInfo instance.
(Overrides ObjectToString)
Top
See Also