<PackageReference Include="System.Security.Cryptography.Xml" Version="11.0.0-preview.4.26230.115" />

System.Security.Cryptography.Xml.XmlDsigExcC14NTransform

Represents the exclusive C14N XML canonicalization transform for a digital signature as defined by the World Wide Web Consortium (W3C), without comments.
public string InclusiveNamespacesPrefixList { get; set; }

Gets or sets a string that contains namespace prefixes to canonicalize using the standard canonicalization algorithm.

Initializes a new instance of the XmlDsigExcC14NTransform class.

public XmlDsigExcC14NTransform(bool includeComments)

Initializes a new instance of the XmlDsigExcC14NTransform class specifying a value that determines whether to include comments.

public XmlDsigExcC14NTransform(string inclusiveNamespacesPrefixList)

Initializes a new instance of the XmlDsigExcC14NTransform class specifying a list of namespace prefixes to canonicalize using the standard canonicalization algorithm.

public XmlDsigExcC14NTransform(bool includeComments, string inclusiveNamespacesPrefixList)

Initializes a new instance of the XmlDsigExcC14NTransform class specifying whether to include comments, and specifying a list of namespace prefixes.