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)
2078
return
_protectedConfig
;
2086
Debug.Assert(
_protectedConfig
!= null, "<configProtectedData> section should always be available because it's a built-in section");