PdfCertifier Constructor (String, String) |
Create a new signature provider using a PKCS#12 certificate file.
Namespace:
RadPdf.Integration
Assembly:
RadPdf (in RadPdf.dll) Version: 3.48.0.0 (3.48.0.0)
Syntax public PdfCertifier(
string fileName,
string password
)
Public Sub New (
fileName As String,
password As String
)
Parameters
- fileName
- Type: SystemString
The full path to a PKCS#12 certificate file (.p12 / .pfx) with a password - password
- Type: SystemString
The password for the private key in the file
Remarks
This constructor supports certificates with keys up to 4096-bit.
See Also