API Reference

Class

WordSignatureReferenceInfo

Namespace OfficeIMO.Word
Assembly OfficeIMO.Word
Modifiers sealed

Describes one XML DSig reference entry in a signature part.

Inheritance

  • Object
  • WordSignatureReferenceInfo

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

Properties

public String Uri { get; } #

Gets the XML DSig Reference URI value.

public String DigestMethodAlgorithm { get; } #

Gets the reference digest method algorithm when parseable.

public String DigestValue { get; } #

Gets the reference digest value when parseable.

public Boolean HasDigestValue { get; } #

Gets whether the reference includes a digest value.

public Boolean IsPackagePartReference { get; } #

Gets whether the reference points at an OPC package part URI.

public String TargetPartUri { get; } #

Gets the normalized target package part URI when the reference points at a package part.

public Nullable<Boolean> TargetPartExists { get; } #

Gets whether the target package part exists, or null when the reference is not a package part reference.

public IReadOnlyList<String> TransformAlgorithms { get; } #

Gets XML DSig transform algorithms declared on the reference.

public WordSignatureValidationState DigestVerificationStatus { get; } #

Gets bounded digest-verification status for simple package-part references.

public String DigestVerificationDetail { get; } #

Gets a deterministic digest-verification detail or unsupported reason.