Click or drag to resize

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.44.0.0 (3.44.0.0)
Syntax
public PdfCertifier(
	string fileName,
	string password
)

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