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

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(); } }