Click or drag to resize

PdfSignatureInformationSigningIteration Property

Gets the signing iteration for this document. This is an indication of when this signature was applied relative to other signature annotations.

Namespace:  Atalasoft.PdfDoc.DigitalSignatures
Assembly:  Atalasoft.PdfDoc (in Atalasoft.PdfDoc.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public int SigningIteration { get; }

Property Value

Type: Int32
The signing iteration, 0 indicated an unsigned signature.
See Also