Early Preview

This is currently very much a preview. Please feel free to try things out, but don't be upset if anything is not yet working. Feedback is welcome over on our GitHub Dicussions page.

class System.​Security.​Cryptography.​Xml.​XmlDsigXPathTransform

Assembly: System.Security.Cryptography.Xml

Inheritance: object → Transform → XmlDsigXPathTransform

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

Properties

public Type[]
InputTypes
Gets an array of types that are valid inputs to the <see cref="M:System.Security.Cryptography.Xml.XmlDsigXPathTransform.LoadInput(System.Object)" /> method of the current <see cref="T:System.Security.Cryptography.Xml.XmlDsigXPathTransform" /> object.
public Type[]
OutputTypes
Gets an array of types that are possible outputs from the <see cref="M:System.Security.Cryptography.Xml.XmlDsigXPathTransform.GetOutput" /> methods of the current <see cref="T:System.Security.Cryptography.Xml.XmlDsigXPathTransform" /> object.
public string
Algorithm
Gets or sets the Uniform Resource Identifier (URI) that identifies the algorithm performed by the current transform.
Context
Gets or sets an <see cref="T:System.Xml.XmlElement" /> object that represents the document context under which the current <see cref="T:System.Security.Cryptography.Xml.Transform" /> object is running.
PropagatedNamespaces
Gets or sets a <see cref="T:System.Collections.Hashtable" /> object that contains the namespaces that are propagated into the signature.
Resolver
Sets the current <see cref="T:System.Xml.XmlResolver" /> object.

Methods

protected Xml.​XmlNodeList
GetInnerXml​()
Returns an XML representation of the parameters of a <see cref="T:System.Security.Cryptography.Xml.XmlDsigXPathTransform" /> object that are suitable to be included as subelements of an XMLDSIG <see langword="&lt;Transform&gt;" /> element.
Returns A list of the XML nodes that represent the transform-specific content needed to describe the current <see cref="T:System.Security.Cryptography.Xml.XmlDsigXPathTransform" /> object in an XMLDSIG <see langword="&lt;Transform&gt;" /> element.
public object
GetOutput​()
Returns the output of the current <see cref="T:System.Security.Cryptography.Xml.XmlDsigXPathTransform" /> object.
Returns The output of the current <see cref="T:System.Security.Cryptography.Xml.XmlDsigXPathTransform" /> object.
public object
GetOutput​(Type type)
Returns the output of the current <see cref="T:System.Security.Cryptography.Xml.XmlDsigXPathTransform" /> object of type <see cref="T:System.Xml.XmlNodeList" /> .
Returns The output of the current <see cref="T:System.Security.Cryptography.Xml.XmlDsigXPathTransform" /> object of type <see cref="T:System.Xml.XmlNodeList" /> .
type The type of the output to return. <see cref="T:System.Xml.XmlNodeList" /> is the only valid type for this parameter.
public void
LoadInnerXml​(Xml.​XmlNodeList nodeList)
Parses the specified <see cref="T:System.Xml.XmlNodeList" /> object as transform-specific content of a <see langword="&lt;Transform&gt;" /> element and configures the internal state of the current <see cref="T:System.Security.Cryptography.Xml.XmlDsigXPathTransform" /> object to match the <see langword="&lt;Transform&gt;" /> element.
nodeList An <see cref="T:System.Xml.XmlNodeList" /> object to load into the current <see cref="T:System.Security.Cryptography.Xml.XmlDsigXPathTransform" /> object.
public void
LoadInput​(object obj)
Loads the specified input into the current <see cref="T:System.Security.Cryptography.Xml.XmlDsigXPathTransform" /> object.
obj The input to load into the current <see cref="T:System.Security.Cryptography.Xml.XmlDsigXPathTransform" /> object.
public byte[]
GetDigestedOutput​(HashAlgorithm hash)
Inherited from Transform
When overridden in a derived class, returns the digest associated with a <see cref="T:System.Security.Cryptography.Xml.Transform" /> object.
Returns The digest associated with a <see cref="T:System.Security.Cryptography.Xml.Transform" /> object.
hash The <see cref="T:System.Security.Cryptography.HashAlgorithm" /> object used to create a digest.
GetXml​()
Inherited from Transform
Returns the XML representation of the current <see cref="T:System.Security.Cryptography.Xml.Transform" /> object.
Returns The XML representation of the current <see cref="T:System.Security.Cryptography.Xml.Transform" /> object.
public bool
Equals​(object obj)
Inherited from object
protected void
Finalize​()
Inherited from object
public int
GetHashCode​()
Inherited from object
public Type
GetType​()
Inherited from object
protected object
MemberwiseClone​()
Inherited from object
public string
ToString​()
Inherited from object