System.Configuration.ProtectedProviderSettings
Represents a group of configuration elements that configure the providers for the <configProtectedData> configuration section.
namespace System.Configuration
{
public class ProtectedProviderSettings : ConfigurationElement
{
public ProviderSettingsCollection Providers { get; }
public ProtectedProviderSettings();
}
}