Click or drag to resize

PdfDocumentSignatureInformationIsCertified Property

Gets a value indicating whether a PDF document is certified.

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 bool IsCertified { get; }

Property Value

Type: Boolean
true if a PDF document is certified; otherwise, false.
Remarks
This property does not indicate that the certificate is valid, only that it is present.
See Also