XmlDsigExcC14NTransform.LoadInnerXml(XmlNodeList) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Analyse l'objet XmlNodeList spécifié en tant que contenu propre à la transformation d'un élément <Transform>
et configure l'état interne de l'objet XmlDsigExcC14NTransform en cours pour qu'il corresponde à l'élément <Transform>
.
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)
Paramètres
- nodeList
- XmlNodeList
XmlNodeList qui spécifie le contenu propre à la transformation de l'objet XmlDsigExcC14NTransform en cours.
Remarques
Cette méthode est utilisée pour traiter les sous-éléments d’un <Transform>
élément.