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