PdfCertifier Constructor (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
)
Public Sub New (
fileName As String
)
Parameters
- fileName
- Type: SystemString
The full path to a PKCS#12 certificate file (.p12 / .pfx) without a password
Remarks
This constructor supports certificates with keys up to 4096-bit.
See Also