XmlDsigXPathTransform Class
Represents the XPath transform for a digital signature as defined by the W3C.
For a list of all members of this type, see XmlDsigXPathTransform Members.
System.Object
System.Security.Cryptography.Xml.Transform
System.Security.Cryptography.Xml.XmlDsigXPathTransform
[Visual Basic] Public Class XmlDsigXPathTransform Inherits Transform [C#] public class XmlDsigXPathTransform : Transform [C++] public __gc class XmlDsigXPathTransform : public Transform [JScript] public class XmlDsigXPathTransform extends 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 XPath transform, see Section 6.6.3 of 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
XmlDsigXPathTransform Members | System.Security.Cryptography.Xml Namespace