PdfSignatureInformationIsSigned Property |
Gets a value indicating whether the given signature is signed.
Namespace:
Atalasoft.PdfDoc.DigitalSignatures
Assembly:
Atalasoft.PdfDoc (in Atalasoft.PdfDoc.dll) Version: 11.5.0.5.0.230 (.NET 4.6.2, x86)
Syntaxpublic bool IsSigned { get; }Public ReadOnly Property IsSigned As Boolean
Get
Property Value
Type:
Booleantrue if the signature is signed; otherwise,
false.
See Also