ExclusiveCanonicalizationTransform 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.
Represents Canonicalization algorithms found in <SignedInfo> and in <Reference>.
public class ExclusiveCanonicalizationTransform : Microsoft.IdentityModel.Xml.CanonicalizingTransfrom
type ExclusiveCanonicalizationTransform = class
inherit CanonicalizingTransfrom
Public Class ExclusiveCanonicalizationTransform
Inherits CanonicalizingTransfrom
- Inheritance
Constructors
ExclusiveCanonicalizationTransform() |
Initializes an instance of ExclusiveCanonicalizationTransform. |
ExclusiveCanonicalizationTransform(Boolean) |
Initializes an instance of ExclusiveCanonicalizationTransform. |
Properties
Algorithm |
Gets the Algorithm associated with this transform |
IncludeComments |
Gets or sets a value indicating if this transform should include comments. (Inherited from CanonicalizingTransfrom) |
InclusiveNamespacesPrefixList |
Gets or sets the a PrefixList to use when there is a need to include InclusiveNamespaces writing token. (Inherited from CanonicalizingTransfrom) |
Methods
ProcessAndDigest(XmlTokenStream, HashAlgorithm) |
Applies a canonicalization transform over a set of XML nodes and computes the hash value. |