Creates new PdfCertificate from PFX file.
Namespace: Spire.Pdf.SecurityAssembly: 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 )
Public Sub New ( pfxPath As String, password As String )
public: PdfCertificate( String^ pfxPath, String^ password )
new : pfxPath : string * password : string -> PdfCertificate
Parameters
- pfxPath
- String
The path to pfx file.
- password
- String
The password for pfx file.