XmlDsigC14NTransform.LoadInnerXml(XmlNodeList) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Parses the specified XmlNodeList object as transform-specific content of a <Transform>
element; this method is not supported because this element has no inner XML elements.
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 to load into the current XmlDsigC14NTransform object.
Remarks
This method is not supported because the XmlDsigC14NTransform object has no inner XML elements.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.