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