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