Click or drag to resize

PdfDelayOrReSignDigitalId Constructor

Initializes a new instance of the PdfDelayOrReSignDigitalId class.

Namespace: SautinSoft.Pdf.Security
Assembly: SautinSoft.Pdf (in SautinSoft.Pdf.dll) Version: 2025.11.10
Syntax
public PdfDelayOrReSignDigitalId(
	PdfCertificate certificate
)

Parameters

certificate  PdfCertificate
The certificate associated with this digital ID.
Exceptions
ExceptionCondition
ArgumentNullExceptioncertificate is .
See Also