3 references to ProtectedConfig
System.Configuration (3)
System\Configuration\BaseConfigurationRecord.cs (3)
2051
return
ProtectedConfig
.DefaultProvider;
2067
provider =
ProtectedConfig
.GetProviderFromName(providerName);
4270
clearTextXml = CallHostDecryptSection(encryptedXml, protectionProvider,
ProtectedConfig
);