XmlDsigExcC14NTransform.LoadInnerXml(XmlNodeList) Method

Definition

Parses the specified XmlNodeList object as transform-specific content of a <Transform> element and configures the internal state of the current XmlDsigExcC14NTransform object to match the <Transform> element.

public:
 override void LoadInnerXml(System::Xml::XmlNodeList ^ nodeList);
public override void LoadInnerXml (System.Xml.XmlNodeList nodeList);
override this.LoadInnerXml : System.Xml.XmlNodeList -> unit
Public Overrides Sub LoadInnerXml (nodeList As XmlNodeList)

Parameters

nodeList
XmlNodeList

An XmlNodeList object that specifies transform-specific content for the current XmlDsigExcC14NTransform object.

Remarks

This method is used to process subelements of a <Transform> element.

Applies to