System.Security.Cryptography.Xml.XmlDsigC14NWithCommentsTransform
Represents the C14N XML canonicalization transform for a digital signature as defined by the World Wide Web Consortium (W3C), with comments.
namespace System.Security.Cryptography.Xml
{
public class XmlDsigC14NWithCommentsTransform : XmlDsigC14NTransform
{
public XmlDsigC14NWithCommentsTransform();
}
}