6 references to LoadXml
System.Configuration (6)
System\Configuration\DPAPIProtectedConfigurationProvider.cs (2)
46
ProtectedConfigurationProvider.
LoadXml
(xmlDocument, decText);
60
ProtectedConfigurationProvider.
LoadXml
(xmlDocument, xmlText);
System\Configuration\ProtectedConfigurationSection.cs (2)
73
ProtectedConfigurationProvider.
LoadXml
(doc, encryptedXml);
92
ProtectedConfigurationProvider.
LoadXml
(xmlDocument, clearXml);
System\Configuration\RSAProtectedConfigurationProvider.cs (2)
35
ProtectedConfigurationProvider.
LoadXml
(xmlDocument, encryptedNode.OuterXml);
58
ProtectedConfigurationProvider.
LoadXml
(xmlDocument, "<foo>" + node.OuterXml + "</foo>");