XmlDsigEnvelopedSignatureTransform Class
Represents the enveloped signature transform for an XML digital signature as defined by the World Wide Web Consortium (W3C).
Namespace: Microsoft.Web.Services3.Security.Xml
Assembly: Microsoft.Web.Services3 (in microsoft.web.services3.dll)
Usage
'Usage
Dim xmlDsigEnvelopedSignatureTransform1 As New XmlDsigEnvelopedSignatureTransform()
Syntax
'Declaration
Public Class XmlDsigEnvelopedSignatureTransform
Inherits Transform
public class XmlDsigEnvelopedSignatureTransform : Transform
public ref class XmlDsigEnvelopedSignatureTransform : Transform
public class XmlDsigEnvelopedSignatureTransform extends Transform
public class XmlDsigEnvelopedSignatureTransform extends Transform
Inheritance Hierarchy
System.Object
System.Security.Cryptography.Xml.Transform
Microsoft.Web.Services3.Security.Xml.XmlDsigEnvelopedSignatureTransform
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.
Platforms
Development Platforms
Windows XP Home Edition, Windows XP Professional, Windows Server 2003, Windows 2000, Windows 2000 Server, Windows 2000 Advanced Server
Target Platforms
See Also
Reference
XmlDsigEnvelopedSignatureTransform Members
Microsoft.Web.Services3.Security.Xml Namespace