API Reference

Class

PdfSignatureValidationFinding

Namespace OfficeIMO.Pdf
Assembly OfficeIMO.Pdf
Modifiers sealed

Single finding reported by the lightweight PDF signature validator.

Inheritance

  • Object
  • PdfSignatureValidationFinding

Usage

This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.

Properties

public PdfDiagnosticSeverity Severity { get; } #

Finding severity.

public String Code { get; } #

Stable finding code.

public String Message { get; } #

Human-readable finding message.

public Nullable<Int32> SignatureObjectNumber { get; } #

Signature value dictionary object number, when known.

public Nullable<Int32> FieldObjectNumber { get; } #

Owning AcroForm signature field object number, when known.

public Boolean IsCryptographic { get; } #

True when the finding came from an optional cryptography provider rather than PDF structure analysis.