Click or drag to resize

PdfDocumentSecurityStoreOnlineCertificateStatusProtocolResponses Property

Gets the X.509 Online Certificate Status Protocol (OCSP) responses that may be used in the validation of the signatures in the document.

Namespace: SautinSoft.Pdf.Security
Assembly: SautinSoft.Pdf (in SautinSoft.Pdf.dll) Version: 2025.3.13
Syntax
public PdfCollection<PdfOnlineCertificateStatusProtocolResponse> OnlineCertificateStatusProtocolResponses { get; }

Property Value

PdfCollectionPdfOnlineCertificateStatusProtocolResponse
The X.509 Online Certificate Status Protocol (OCSP) responses that may be used in the validation of the signatures in the document.
See Also