PdfCertifier Constructor (CspParameters) |
Create a new signature provider using a persisted key.
Namespace:
RadPdf.Integration
Assembly:
RadPdf (in RadPdf.dll) Version: 3.48.0.0 (3.48.0.0)
Syntax public PdfCertifier(
CspParameters parameters
)
Public Sub New (
parameters As CspParameters
)
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