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.SecurityAssembly: SautinSoft.Pdf (in SautinSoft.Pdf.dll) Version: 2025.11.10
Syntaxpublic byte[] Signature { get; set; }Public Property Signature As Byte()
Get
Set
Property Value
Byte
The signature with which the PDF file should be re-signed.
Exceptions| Exception | Condition |
|---|
| ArgumentNullException | Value is . |
See Also