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)
160
private
ProtectedConfigurationSection
_protectedConfig; // section containing the encryption providers
197
private
ProtectedConfigurationSection
ProtectedConfig
1610
GetSection(ReservedSectionProtectedConfiguration, false, false) as
ProtectedConfigurationSection
;
3550
ProtectedConfigurationProvider protectionProvider,
ProtectedConfigurationSection
protectedConfig)
System\Configuration\Internal\DelegatingConfigHost.cs (2)
191
ProtectedConfigurationSection
protectedConfigSection)
197
ProtectedConfigurationSection
protectedConfigSection)
System\Configuration\Internal\IInternalConfigHost.cs (2)
91
ProtectedConfigurationSection
protectedConfigSection);
94
ProtectedConfigurationSection
protectedConfigSection);
System\Configuration\Internal\InternalConfigHost.cs (4)
164
ProtectedConfigurationSection
protectedConfigSection)
166
return
ProtectedConfigurationSection
.DecryptSection(encryptedXml, protectionProvider);
170
ProtectedConfigurationSection
protectedConfigSection)
172
return
ProtectedConfigurationSection
.EncryptSection(clearTextXml, protectionProvider);
System\Configuration\MgmtConfigurationRecord.cs (3)
1659
ProtectedConfigurationSection
protectedConfig =
1661
ProtectedConfigurationSection
;
1670
ProtectedConfigurationSection
.FormatEncryptedSection(encryptedSection,
System\Configuration\ProtectedConfiguration.cs (4)
12
ProtectedConfigurationSection
config =
15
ProtectedConfigurationSection
;
28
ProtectedConfigurationSection
config =
31
ProtectedConfigurationSection
;