System.Security.Cryptography.Xml.XmlDsigXsltTransform
Represents the XSLT transform for a digital signature as defined by the W3C.
namespace System.Security.Cryptography.Xml
{
public class XmlDsigXsltTransform : Transform
{
public XmlDsigXsltTransform();
public XmlDsigXsltTransform(bool includeComments);
}
}