Creates new PdfCertificate from PFX file.

Namespace: Spire.Pdf.Security
Assembly: Spire.Pdf (in Spire.Pdf.dll) Version: 7.9.2.0 (7.9.2.1020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
public PdfCertificate(
	string pfxPath,
	string password,
	X509KeyStorageFlags storageFlags
)
Public Sub New ( 
	pfxPath As String,
	password As String,
	storageFlags As X509KeyStorageFlags
)
public:
PdfCertificate(
	String^ pfxPath, 
	String^ password, 
	X509KeyStorageFlags storageFlags
)
new : 
        pfxPath : string * 
        password : string * 
        storageFlags : X509KeyStorageFlags -> PdfCertificate

Parameters

pfxPath
String
The path to pfx file.
password
String
The password for pfx file.
storageFlags
X509KeyStorageFlags
X509KeyStorageFlags storageFlags

See Also