12 references to ReservedSectionProtectedConfiguration
System.Configuration.ConfigurationManager (12)
System\Configuration\BaseConfigurationRecord.cs (7)
298case ReservedSectionProtectedConfiguration: 1606GetSection(ReservedSectionProtectedConfiguration, false, false) as ProtectedConfigurationSection; 3641return string.Equals(configKey, ReservedSectionProtectedConfiguration, StringComparison.Ordinal); 3657FactoryRecord factoryRecord = (FactoryRecord)factoryList[ReservedSectionProtectedConfiguration]; 3670factoryList[ReservedSectionProtectedConfiguration] = 3672configKey: ReservedSectionProtectedConfiguration, 3674name: 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))