Click or drag to resize

PdfCertificate Constructor (String, String)

Creates new PdfCertificate from PFX file.

Namespace: Spire.Pdf.Security
Assembly: Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
public PdfCertificate(
	string pfxPath,
	string password
)

Parameters

pfxPath
Type: System String
The path to pfx file.
password
Type: System String
The password for pfx file.
See Also