3 references to GetProtectionProviderFromName
System.Configuration.ConfigurationManager (3)
System\Configuration\BaseConfigurationRecord.cs (1)
1578
GetProtectionProviderFromName
(input.SectionXmlInfo.ProtectionProviderName, false);
System\Configuration\SectionInformation.cs (2)
306
_protectionProvider = _configRecord.
GetProtectionProviderFromName
(ProtectionProviderName, false);
615
protectedConfigurationProvider = _configRecord.
GetProtectionProviderFromName
(protectionProvider, true);