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