CanonicalizingTransfrom Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Defines a XML transform that applies C14n canonicalization and produces a hash over the transformed XML nodes.
public abstract class CanonicalizingTransfrom
type CanonicalizingTransfrom = class
Public MustInherit Class CanonicalizingTransfrom
- Inheritance
-
CanonicalizingTransfrom
- Derived
Constructors
CanonicalizingTransfrom() |
Properties
Algorithm |
Gets the algorithm |
IncludeComments |
Gets or sets a value indicating if this transform should include comments. |
InclusiveNamespacesPrefixList |
Gets or sets the a PrefixList to use when there is a need to include InclusiveNamespaces writing token. |
Methods
ProcessAndDigest(XmlTokenStream, HashAlgorithm) |
Processes a set of XML nodes and returns the hash of the octets. |