2 references to TraverseToChild
System.Configuration.ConfigurationManager (2)
System\Configuration\DpapiProtectedConfigurationProvider.cs (2)
26
XmlNode cipherNode =
TraverseToChild
(encryptedNode, "CipherData", false);
30
XmlNode cipherValue =
TraverseToChild
(cipherNode, "CipherValue", true);