3 references to ProtectedConfig
System.Configuration.ConfigurationManager (3)
System\Configuration\BaseConfigurationRecord.cs (3)
191internal string DefaultProviderName => ProtectedConfig.DefaultProvider; 1593if (!string.IsNullOrEmpty(providerName)) return ProtectedConfig.GetProviderFromName(providerName); 3608clearTextXml = CallHostDecryptSection(encryptedXml, protectionProvider, ProtectedConfig);