Click or drag to resize

PdfDelayOrReSignDigitalIdSignature Property

Gets or sets the signature with which the PDF file should be re-signed.

Should be if the PdfDelayOrReSignDigitalId is used for delay-sign.


Namespace: SautinSoft.Pdf.Security
Assembly: SautinSoft.Pdf (in SautinSoft.Pdf.dll) Version: 2024.11.26
Syntax
public byte[] Signature { get; set; }

Property Value

Byte
The signature with which the PDF file should be re-signed.
Exceptions
ExceptionCondition
ArgumentNullExceptionValue is .
See Also