XmlDsigEnvelopedSignatureTransform Members

Represents the enveloped signature transform for an XML digital signature as defined by the World Wide Web Consortium (W3C).

The following tables list the members exposed by the XmlDsigEnvelopedSignatureTransform type.

Public Constructors

  Name Description
XmlDsigEnvelopedSignatureTransform Overloaded. Initializes a new instance of the XmlDsigEnvelopedSignatureTransform class.

Top

Public Properties

  Name Description
public property Algorithm  (Inherited from Transform )
public property Context  (Inherited from Transform )
public property InputTypes Overridden. Gets an array of types that are valid inputs to the LoadInput method of the current XmlDsigEnvelopedSignatureTransform.
public property OutputTypes Overridden. Gets an array of types that are valid outputs to the GetOutput methods of the current XmlDsigEnvelopedSignatureTransform.
public property PropagatedNamespaces  (Inherited from Transform )
public property Resolver  (Inherited from Transform )

Top

Public Methods

(see also Protected Methods )

  Name Description
public method AllDescendantNodes Gets all descendant nodes for an XML node.
public method Equals  Overloaded. (Inherited from Object )
public method GetDigestedOutput  (Inherited from Transform )
public method GetHashCode  (Inherited from Object )
public method GetOutput Overloaded. Overridden. Returns the output of the current XmlDsigEnvelopedSignatureTransform.
public method GetType  (Inherited from Object )
public method GetXml  (Inherited from Transform )
public method LoadInnerXml Overridden. Parses the specified XmlNodeList as transform-specific content of a <Transform> element and configures the internal state of the current XmlDsigEnvelopedSignatureTransform to match the <Transform> element.
public method LoadInput Overridden. Loads the specified input into the current XmlDsigEnvelopedSignatureTransform.
public method static ReferenceEquals  (Inherited from Object )
public method ToString  (Inherited from Object )

Top

Protected Methods

  Name Description
protected method Finalize  (Inherited from Object )
protected method GetInnerXml Overridden. Returns an XML representation of the transform-specific content to be included in an <Transform> element.
protected method MemberwiseClone  (Inherited from Object )

Top

See Also

Reference

XmlDsigEnvelopedSignatureTransform Class
Microsoft.Web.Services3.Security.Xml Namespace