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