System.Security.Cryptography.Xml.XmlDsigXsltTransform.LoadInnerXml Method

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

Syntax

public override void LoadInnerXml (System.Xml.XmlNodeList nodeList)

Parameters

nodeList
An System.Xml.XmlNodeList object that encapsulates an XSLT style sheet to load into the current System.Security.Cryptography.Xml.XmlDsigXsltTransform object. This style sheet is applied to the document loaded by the XmlDsigXsltTransform.LoadInput(object) method.

Remarks

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

Requirements

Namespace: System.Security.Cryptography.Xml
Assembly: System.Security (in System.Security.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0, 4.0.0.0