12 references to RESERVED_SECTION_PROTECTED_CONFIGURATION
System.Configuration (12)
System\Configuration\BaseConfigurationRecord.cs (7)
249
case BaseConfigurationRecord.
RESERVED_SECTION_PROTECTED_CONFIGURATION
:
2084
_protectedConfig = GetSection(BaseConfigurationRecord.
RESERVED_SECTION_PROTECTED_CONFIGURATION
, false, false) as ProtectedConfigurationSection;
4368
if (string.Equals(configKey,
RESERVED_SECTION_PROTECTED_CONFIGURATION
, StringComparison.Ordinal) ||
4391
FactoryRecord factoryRecord = (FactoryRecord)factoryList[
RESERVED_SECTION_PROTECTED_CONFIGURATION
];
4399
factoryList[
RESERVED_SECTION_PROTECTED_CONFIGURATION
] =
4401
RESERVED_SECTION_PROTECTED_CONFIGURATION
, // configKey
4403
RESERVED_SECTION_PROTECTED_CONFIGURATION
, // name
System\Configuration\MgmtConfigurationRecord.cs (1)
1813
ProtectedConfigurationSection protectedConfig = GetSection(BaseConfigurationRecord.
RESERVED_SECTION_PROTECTED_CONFIGURATION
) as ProtectedConfigurationSection;
System\Configuration\ProtectedConfiguration.cs (3)
25
ProtectedConfigurationSection config = PrivilegedConfigurationManager.GetSection(BaseConfigurationRecord.
RESERVED_SECTION_PROTECTED_CONFIGURATION
) as ProtectedConfigurationSection;
35
public const string ProtectedDataSectionName = BaseConfigurationRecord.
RESERVED_SECTION_PROTECTED_CONFIGURATION
;
39
ProtectedConfigurationSection config = PrivilegedConfigurationManager.GetSection(BaseConfigurationRecord.
RESERVED_SECTION_PROTECTED_CONFIGURATION
) as ProtectedConfigurationSection;
System\Configuration\SectionInformation.cs (1)
646
if (!AllowLocation || _configKey == BaseConfigurationRecord.
RESERVED_SECTION_PROTECTED_CONFIGURATION
) {