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

System.Security.Cryptography.Xml.XmlDsigEnvelopedSignatureTransform

Represents the enveloped signature transform for an XML digital signature as defined by the W3C.
namespace System.Security.Cryptography.Xml { public class XmlDsigEnvelopedSignatureTransform : Transform { public XmlDsigEnvelopedSignatureTransform(); public XmlDsigEnvelopedSignatureTransform(bool includeComments); } }