API Reference
WordSignatureInfo
Describes digital-signature package metadata found in a Word document.
Inheritance
- Object
- WordSignatureInfo
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
Accepted by parameters
Inherited Methods
Properties
public Boolean HasSignatures { get; } #Gets whether any package signature metadata was found.
public Boolean HasDigitalSignatureOriginPart { get; } #Gets whether the package contains a digital-signature origin part.
public String OriginPartUri { get; } #Gets the signature origin part URI when present.
public String OriginRelationshipId { get; } #Gets the package relationship id for the signature origin part when available.
public Boolean HasApplicationSignatureMetadata { get; } #Gets whether extended application properties contain digital-signature metadata.
public IReadOnlyList<WordSignaturePartInfo> SignatureParts { get; } #Gets signature XML parts discovered under the signature origin.
public IReadOnlyList<String> UnsupportedDetails { get; } #Gets unsupported or unknown details callers should not treat as validation proof.
public IReadOnlyList<String> Details { get; } #Gets human-readable package details suitable for feature reports.
public Int32 FindingCount { get; } #Gets a count suitable for feature-report findings.