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.5.21
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.
ExceptionsException | Condition |
---|
ArgumentNullException | Value is . |
See Also