API Reference

Class

WordMacroProjectSignatureValidationOptions

Namespace OfficeIMO.Word
Assembly OfficeIMO.Word

Windows Office SIP and validation policy shared by VBA signing and verification.

Inheritance

  • Object
  • WordMacroProjectSignatureValidationOptions

Usage

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

Accepted by parameters

Constructors

public WordMacroProjectSignatureValidationOptions() #

Properties

public Boolean RequireV3Signature { get; set; } #

Gets or sets whether a V3 signature part is required for acceptance. Defaults to true.

public Boolean RequireTimestamp { get; set; } #

Gets or sets whether a valid RFC 3161 timestamp is required for acceptance. Defaults to false.

public WordMacroProjectSignatureInspectionOptions Inspection { get; } #

Gets the cross-platform signature and certificate inspection policy.