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 | |
---|---|---|
![]() |
Algorithm | (Inherited from Transform ) |
![]() |
Context | (Inherited from Transform ) |
![]() |
InputTypes | Overridden. Gets an array of types that are valid inputs to the LoadInput method of the current XmlDsigXPathTransform. |
![]() |
OutputTypes | Overridden. Gets an array of types that are possible outputs from the GetOutput method of the current XmlDsigXPathTransform. |
![]() |
PropagatedNamespaces | (Inherited from Transform ) |
![]() |
Resolver | (Inherited from Transform ) |
Top
Protected Properties
Name | Description | |
---|---|---|
![]() |
Namespaces | Gets or sets an XmlNamespaceManager that is used for resolving namespaces for prefixes in the XPath expression. |
![]() |
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 | |
---|---|---|
![]() |
Equals | Overloaded. (Inherited from Object ) |
![]() |
GetDigestedOutput | (Inherited from Transform ) |
![]() |
GetHashCode | (Inherited from Object ) |
![]() |
GetOutput | Overloaded. Overridden. Returns the output of the current XmlDsigXPathTransform. |
![]() |
GetType | (Inherited from Object ) |
![]() |
GetXml | (Inherited from Transform ) |
![]() |
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. |
![]() |
LoadInput | Overridden. Loads the specified input into the current XmlDsigXPathTransform. |
![]() ![]() |
ReferenceEquals | (Inherited from Object ) |
![]() |
ToString | (Inherited from Object ) |
Top
Protected Methods
Name | Description | |
---|---|---|
![]() |
Finalize | (Inherited from Object ) |
![]() |
GetInnerXml | Overridden. Returns an XML that represents the transform-specific content to be included in an XMLDSIG <Transform> element. |
![]() |
MemberwiseClone | (Inherited from Object ) |
Top
See Also
Reference
XmlDsigXPathTransform Class
Microsoft.Web.Services3.Security.Xml Namespace