CanonicalizingTransfrom Class

Definition

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.

Applies to