20 references to ProtectedConfigurationSection
System.Configuration (1)
System.Configuration.cs (1)
84[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Configuration.ProtectedConfigurationSection))]
System.Configuration.ConfigurationManager (19)
System\Configuration\BaseConfigurationRecord.cs (4)
160private ProtectedConfigurationSection _protectedConfig; // section containing the encryption providers 197private ProtectedConfigurationSection ProtectedConfig 1610GetSection(ReservedSectionProtectedConfiguration, false, false) as ProtectedConfigurationSection; 3550ProtectedConfigurationProvider protectionProvider, ProtectedConfigurationSection protectedConfig)
System\Configuration\Internal\DelegatingConfigHost.cs (2)
191ProtectedConfigurationSection protectedConfigSection) 197ProtectedConfigurationSection protectedConfigSection)
System\Configuration\Internal\IInternalConfigHost.cs (2)
91ProtectedConfigurationSection protectedConfigSection); 94ProtectedConfigurationSection protectedConfigSection);
System\Configuration\Internal\InternalConfigHost.cs (4)
164ProtectedConfigurationSection protectedConfigSection) 166return ProtectedConfigurationSection.DecryptSection(encryptedXml, protectionProvider); 170ProtectedConfigurationSection protectedConfigSection) 172return ProtectedConfigurationSection.EncryptSection(clearTextXml, protectionProvider);
System\Configuration\MgmtConfigurationRecord.cs (3)
1659ProtectedConfigurationSection protectedConfig = 1661ProtectedConfigurationSection; 1670ProtectedConfigurationSection.FormatEncryptedSection(encryptedSection,
System\Configuration\ProtectedConfiguration.cs (4)
12ProtectedConfigurationSection config = 15ProtectedConfigurationSection; 28ProtectedConfigurationSection config = 31ProtectedConfigurationSection;