Transform Class
Represents the abstract base class from which all <Transform> elements that can be used in an XML digital signature derive.
For a list of all members of this type, see Transform Members.
System.Object
System.Security.Cryptography.Xml.Transform
System.Security.Cryptography.Xml.XmlDsigBase64Transform
System.Security.Cryptography.Xml.XmlDsigC14NTransform
System.Security.Cryptography.Xml.XmlDsigEnvelopedSignatureTransform
System.Security.Cryptography.Xml.XmlDsigXPathTransform
System.Security.Cryptography.Xml.XmlDsigXsltTransform
[Visual Basic] MustInherit Public Class Transform [C#] public abstract class Transform [C++] public __gc __abstract class Transform [JScript] public abstract class Transform
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Remarks
For more information about the <Transform> element, see the XMLDSIG specification, which is available from the W3C at www.w3.org/TR/xmldsig-core/.
Requirements
Namespace: System.Security.Cryptography.Xml
Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family
Assembly: System.Security (in System.Security.dll)
See Also
Transform Members | System.Security.Cryptography.Xml Namespace