2 references to PrivilegedConfigurationManager
System.Configuration (2)
System\Configuration\ProtectedConfiguration.cs (2)
25
ProtectedConfigurationSection config =
PrivilegedConfigurationManager
.GetSection(BaseConfigurationRecord.RESERVED_SECTION_PROTECTED_CONFIGURATION) as ProtectedConfigurationSection;
39
ProtectedConfigurationSection config =
PrivilegedConfigurationManager
.GetSection(BaseConfigurationRecord.RESERVED_SECTION_PROTECTED_CONFIGURATION) as ProtectedConfigurationSection;