Click or drag to resize

IOCSPService Generate Method

Generate OCSP response.

Namespace: Spire.Pdf.Interactive.DigitalSignatures
Assembly: Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
byte[] Generate(
	X509Certificate2 checkedCertificate,
	X509Certificate2 issuerCertificate
)

Parameters

checkedCertificate
Type: System.Security.Cryptography.X509Certificates X509Certificate2
certificate to checked
issuerCertificate
Type: System.Security.Cryptography.X509Certificates X509Certificate2
certificate of the issuer

Return Value

Type: Byte
OCSP response which must conform to RFC 2560
See Also