1 write to _protectedConfig
System.Configuration (1)
System\Configuration\BaseConfigurationRecord.cs (1)
2084_protectedConfig = GetSection(BaseConfigurationRecord.RESERVED_SECTION_PROTECTED_CONFIGURATION, false, false) as ProtectedConfigurationSection;
2 references to _protectedConfig
System.Configuration (2)
System\Configuration\BaseConfigurationRecord.cs (2)
2078return _protectedConfig; 2086Debug.Assert(_protectedConfig != null, "<configProtectedData> section should always be available because it's a built-in section");