XmlDsigXPathTransform Members

Represents the XPath transform for a digital signature as defined by the W3C.

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

Public Constructors

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

Top

Public Properties

(see also Protected 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 XmlDsigXPathTransform.
public property OutputTypes Overridden. Gets an array of types that are possible outputs from the GetOutput method of the current XmlDsigXPathTransform.
public property PropagatedNamespaces  (Inherited from Transform )
public property Resolver  (Inherited from Transform )

Top

Protected Properties

  Name Description
protected property Namespaces Gets or sets an XmlNamespaceManager that is used for resolving namespaces for prefixes in the XPath expression.
protected property XPath Gets or sets a string that contains the XML Path Language (XPath) expression used in this transform.

Top

Public Methods

(see also Protected Methods )

  Name Description
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 XmlDsigXPathTransform.
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 XmlDsigXPathTransform to match the <Transform> element.
public method LoadInput Overridden. Loads the specified input into the current XmlDsigXPathTransform.
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 that represents the transform-specific content to be included in an XMLDSIG <Transform> element.
protected method MemberwiseClone  (Inherited from Object )

Top

See Also

Reference

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