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