1 type derived from XmlDsigC14NTransform
System.Security.Cryptography.Xml (1)
System\Security\Cryptography\Xml\XmlDsigC14NWithCommentsTransform.cs (1)
6public class XmlDsigC14NWithCommentsTransform : XmlDsigC14NTransform
1 instantiation of XmlDsigC14NTransform
System.Security.Cryptography.Xml (1)
System\Security\Cryptography\Xml\CryptoHelpers.cs (1)
22"http://www.w3.org/TR/2001/REC-xml-c14n-20010315" => new XmlDsigC14NTransform(),
1 reference to XmlDsigC14NTransform
System.Security (1)
System.Security.cs (1)
72[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Cryptography.Xml.XmlDsigC14NTransform))]