API Reference
Class
WordMacroProjectSignatureValidationResult
Content-binding, certificate, revocation, and timestamp validation of a VBA signature.
Inheritance
- Object
- WordMacroProjectSignatureValidationResult
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 WordMacroProjectSignatureInfo SignatureInfo { get; } #Gets cross-platform VBA signature metadata and CMS policy evidence.
public Boolean IsSupported { get; } #Gets whether native VBA content-binding validation is supported in the current environment.
public WordSignatureValidationState ContentBindingStatus { get; } #Gets Microsoft Office SIP validation of the selected VBA signature against project content.
public IReadOnlyList<WordMacroProjectSignatureFinding> Findings { get; } #Gets stable aggregate validation diagnostics.
public Boolean IsValidUnderPolicy { get; set; } #Gets whether content binding, signer trust, requested revocation policy, and timestamp policy passed.