3 writes to ProtectionProviderName
System.Configuration.ConfigurationManager (3)
System\Configuration\SectionInformation.cs (3)
468
ProtectionProviderName
= sectionXmlInfo.ProtectionProviderName;
619
ProtectionProviderName
= protectionProvider;
631
ProtectionProviderName
= null;
4 references to ProtectionProviderName
System.Configuration.ConfigurationManager (4)
System\Configuration\MgmtConfigurationRecord.cs (3)
1510
configSection.SectionInformation.
ProtectionProviderName
)
1847
configSection.SectionInformation.
ProtectionProviderName
,
1868
configSection.SectionInformation.
ProtectionProviderName
;
System\Configuration\SectionInformation.cs (1)
306
_protectionProvider = _configRecord.GetProtectionProviderFromName(
ProtectionProviderName
, false);