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
)
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
-
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