Click or drag to resize

PdfCertifier Constructor (CspParameters)

Create a new signature provider using a persisted key.

Namespace:  RadPdf.Integration
Assembly:  RadPdf (in RadPdf.dll) Version: 3.44.0.0 (3.44.0.0)
Syntax
public PdfCertifier(
	CspParameters parameters
)

Parameters

parameters
Type: System.Security.CryptographyCspParameters
The CSP parameters to describe which signing key to use
Remarks

This constructor supports certificates with keys up to 4096-bit.

This constructor is not supported on all platforms.

See Also