Click or drag to resize

PdfSigner(PdfDigitalId) Constructor

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

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

Parameters

id  PdfDigitalId
The digital ID used to sign documents. The certificate that comes with your digital ID is sent to others so that they can verify your signature.
Exceptions
ExceptionCondition
ArgumentNullExceptionid is .
ArgumentExceptionThe Certificate of the id is .
See Also