Click or drag to resize

PdfSignature ConfigureHttpOCSP Method

Configure OCSP which must conform to RFC 2560.

Namespace: Spire.Pdf.Security
Assembly: Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
public void ConfigureHttpOCSP(
	string ocspUrl,
	X509Certificate2Collection extraCertificates
)

Parameters

ocspUrl
Type: System String
OCSP url. It it's null it will be taken from the checked cert.
extraCertificates
Type: System.Security.Cryptography.X509Certificates X509Certificate2Collection
Represents an additional collection of certificates that can be searched. if null,only use windows cert store.
See Also