API Reference

Class

WordMacroProjectSigningResult

Namespace OfficeIMO.Word
Assembly OfficeIMO.Word
Modifiers sealed

Result of an atomic VBA macro-project signing attempt.

Inheritance

  • Object
  • WordMacroProjectSigningResult

Usage

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

Properties

public String FilePath { get; } #

Gets the signed document path.

public Boolean IsSupported { get; } #

Gets whether VBA signing is supported in the current environment.

public Boolean Succeeded { get; } #

Gets whether the staged document was signed, validated, and atomically committed.

public Boolean MacroProjectPreserved { get; } #

Gets whether the encoded VBA project bytes were unchanged by signing.

public WordMacroProjectSignatureValidationResult ValidationResult { get; } #

Gets validation readback from the completed staging file.

public IReadOnlyList<WordMacroProjectSignatureFinding> Findings { get; } #

Gets stable signing and validation diagnostics.