2 implementations of DecryptSection
System.Configuration.ConfigurationManager (2)
System\Configuration\Internal\DelegatingConfigHost.cs (1)
190public virtual string DecryptSection(string encryptedXml, ProtectedConfigurationProvider protectionProvider,
System\Configuration\Internal\InternalConfigHost.cs (1)
163string IInternalConfigHost.DecryptSection(string encryptedXml, ProtectedConfigurationProvider protectionProvider,
2 references to DecryptSection
System.Configuration.ConfigurationManager (2)
System\Configuration\BaseConfigurationRecord.cs (1)
3552return Host.DecryptSection(encryptedXml, protectionProvider, protectedConfig);
System\Configuration\Internal\DelegatingConfigHost.cs (1)
193return Host.DecryptSection(encryptedXml, protectionProvider, protectedConfigSection);