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