API Reference
WordSignaturePartInfo
Describes one XML signature part in a Word package.
Inheritance
- Object
- WordSignaturePartInfo
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
- Property WordSignatureInfo.SignatureParts
Inherited Methods
Properties
public String ContentType { get; } #Gets the signature part content type.
public String RelationshipId { get; } #Gets the relationship id from the signature origin part when available.
public Nullable<Int64> Length { get; } #Gets the signature part byte length when the stream supports length.
public String SignatureMethodAlgorithm { get; } #Gets the XML DSig signature method algorithm when parseable.
public IReadOnlyList<String> DigestMethodAlgorithms { get; } #Gets XML DSig digest method algorithms when parseable.
public IReadOnlyList<WordSignatureReferenceInfo> SignedReferences { get; } #Gets XML DSig signed references discovered in the signature part.
public IReadOnlyList<WordSignatureTimestampInfo> Timestamps { get; } #Gets timestamp declarations discovered in the signature XML.
public IReadOnlyList<String> X509SubjectNames { get; } #Gets XML DSig X509 subject names when parseable.
public String ParseError { get; } #Gets the XML parse error, if the signature part could not be parsed.
public Boolean HasParseError { get; } #Gets whether the XML signature part could not be parsed.
public IReadOnlyList<String> UnsupportedDetails { get; } #Gets unsupported or parse details for this signature part.