API Reference
Class
WordMacroProjectSigningResult
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.
Returned or exposed by
Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
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.