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