Click or drag to resize

PdfSigner(Object) Constructor

Initializes a new instance of the PdfSigner class with a digital ID from the specified source.

The digital ID source is either an instance of a X509Certificate2 with a private key or an instance of a CspParameters.


Namespace: SautinSoft.Pdf.Forms
Assembly: SautinSoft.Pdf (in SautinSoft.Pdf.dll) Version: 2025.3.13
Syntax
public PdfSigner(
	Object digitalIdSource
)

Parameters

digitalIdSource  Object
The digital ID source that is either an instance of a X509Certificate2 with a private key or an instance of a CspParameters.
Exceptions
ExceptionCondition
ArgumentExceptionThe digitalIdSource parameter is not an instance of a X509Certificate2 or a CspParameters.
See Also