2 implementations of DecryptSection
System.Configuration (2)
System\Configuration\Internal\DelegatingConfigHost.cs (1)
216
public virtual string
DecryptSection
(string encryptedXml, ProtectedConfigurationProvider protectionProvider, ProtectedConfigurationSection protectedConfigSection) {
System\Configuration\Internal\InternalConfigHost.cs (1)
427
string IInternalConfigHost.
DecryptSection
(string encryptedXml, ProtectedConfigurationProvider protectionProvider, ProtectedConfigurationSection protectedConfigSection) {
2 references to DecryptSection
System.Configuration (2)
System\Configuration\BaseConfigurationRecord.cs (1)
4182
return Host.
DecryptSection
(encryptedXml, protectionProvider, protectedConfig);
System\Configuration\Internal\DelegatingConfigHost.cs (1)
217
return Host.
DecryptSection
(encryptedXml, protectionProvider, protectedConfigSection);