3 references to GetProtectionProviderFromName
System.Configuration (3)
System\Configuration\BaseConfigurationRecord.cs (1)
2007input.ProtectionProvider = GetProtectionProviderFromName(input.SectionXmlInfo.ProtectionProviderName, false);
System\Configuration\SectionInformation.cs (2)
629_protectionProvider = _configRecord.GetProtectionProviderFromName(_protectionProviderName, false); 655protectedConfigurationProvider = _configRecord.GetProtectionProviderFromName(protectionProvider, true);