12 references to ReservedSectionProtectedConfiguration
System.Configuration.ConfigurationManager (12)
System\Configuration\BaseConfigurationRecord.cs (7)
302
case
ReservedSectionProtectedConfiguration
:
1610
GetSection(
ReservedSectionProtectedConfiguration
, false, false) as ProtectedConfigurationSection;
3645
return string.Equals(configKey,
ReservedSectionProtectedConfiguration
, StringComparison.Ordinal);
3661
FactoryRecord factoryRecord = (FactoryRecord)factoryList[
ReservedSectionProtectedConfiguration
];
3674
factoryList[
ReservedSectionProtectedConfiguration
] =
3676
configKey:
ReservedSectionProtectedConfiguration
,
3678
name:
ReservedSectionProtectedConfiguration
,
System\Configuration\MgmtConfigurationRecord.cs (1)
1660
GetSection(
ReservedSectionProtectedConfiguration
) as
System\Configuration\ProtectedConfiguration.cs (3)
14
BaseConfigurationRecord.
ReservedSectionProtectedConfiguration
) as
22
public const string ProtectedDataSectionName = BaseConfigurationRecord.
ReservedSectionProtectedConfiguration
;
30
BaseConfigurationRecord.
ReservedSectionProtectedConfiguration
) as
System\Configuration\SectionInformation.cs (1)
608
if (!AllowLocation || (ConfigKey == BaseConfigurationRecord.
ReservedSectionProtectedConfiguration
))