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