Click or drag to resize

PdfPKCS7Formatter Constructor

Construct a new instance.

Namespace: Spire.Pdf.Interactive.DigitalSignatures
Assembly: Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
public PdfPKCS7Formatter(
	X509Certificate2 certificate,
	bool encapsulate
)

Parameters

certificate
Type: System.Security.Cryptography.X509Certificates X509Certificate2
The signing certificate.
encapsulate
Type: System Boolean
if encapsulate is true a copy of the message will be included in the signature.
See Also