API Reference

Class

WordPackageSigningResult

Namespace OfficeIMO.Word
Assembly OfficeIMO.Word
Modifiers sealed

Describes the result of a DOCX package-signing attempt.

Inheritance

  • Object
  • WordPackageSigningResult

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 package path.

public Boolean IsSupported { get; } #

Gets whether the current target framework supports package signing.

public Boolean Succeeded { get; } #

Gets whether a package signature was created.

public Int32 SignedPartCount { get; } #

Gets the number of package parts selected for signing.

public Int32 SignedRelationshipSelectorCount { get; } #

Gets the number of package relationship selectors included in the signature.

public Int32 SignatureCount { get; } #

Gets the signature count reported by the package-signing adapter after signing.

public String SignaturePartUri { get; } #

Gets the generated signature part URI when signing succeeded.

public WordSignatureValidationReport ValidationReport { get; } #

Gets structural validation readback for the signed package when signing succeeded.

public IReadOnlyList<String> Details { get; } #

Gets deterministic signing details or failure reasons.