Click or drag to resize

PdfCertificate Constructor (String, String, X509KeyStorageFlags)

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,
	X509KeyStorageFlags storageFlags
)

Parameters

pfxPath
Type: System String
The path to pfx file.
password
Type: System String
The password for pfx file.
storageFlags
Type: System.Security.Cryptography.X509Certificates X509KeyStorageFlags
X509KeyStorageFlags storageFlags
See Also