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