System.Security.Cryptography.Xml.Transform
Represents the abstract base class from which all <Transform> elements that can be used in an XML digital signature derive.
Gets or sets the Uniform Resource Identifier (URI) that identifies the algorithm performed by the current transform.
Gets or sets an XmlElement object that represents the document context under which the current Transform object is running.
When overridden in a derived class, gets an array of types that are valid inputs to the LoadInput method of the current Transform object.
When overridden in a derived class, gets an array of types that are possible outputs from the GetOutput methods of the current Transform object.
Gets or sets a Hashtable object that contains the namespaces that are propagated into the signature.
protected Transform()
Initializes a new instance of the Transform class.
When overridden in a derived class, returns the digest associated with a Transform object.
When overridden in a derived class, returns an XML representation of the parameters of the Transform object that are suitable to be included as subelements of an XMLDSIG <Transform> element.
When overridden in a derived class, returns the output of the current Transform object.
When overridden in a derived class, returns the output of the current Transform object of the specified type.
Returns the XML representation of the current Transform object.
When overridden in a derived class, parses the specified XmlNodeList object as transform-specific content of a <Transform> element and configures the internal state of the current Transform object to match the <Transform> element.
When overridden in a derived class, loads the specified input into the current Transform object.