API Reference
Class
OfficePackageSignaturePartInfo
Describes one XML signature part in an Open XML package.
Inheritance
- Object
- OfficePackageSignaturePartInfo
Properties
Uri #Gets the signature part URI.
ContentType #Gets the signature part content type.
RelationshipId #Gets the relationship id from the signature origin part when available.
Length #Gets the signature part byte length when the stream supports length.
SignatureMethodAlgorithm #Gets the XML DSig signature method algorithm when parseable.
DigestMethodAlgorithms #Gets XML DSig digest method algorithms when parseable.
SignedReferences #Gets XML DSig signed references discovered in the signature part.
Timestamps #Gets timestamp declarations discovered in the signature XML.
X509SubjectNames #Gets XML DSig X509 subject names when parseable.
ParseError #Gets the XML parse error, if the signature part could not be parsed.
HasParseError #Gets whether the XML signature part could not be parsed.
UnsupportedDetails #Gets unsupported or parse details for this signature part.