System.Configuration.ProtectedConfigurationSection
Provides programmatic access to the configProtectedData configuration section. This class cannot be inherited.
namespace System.Configuration
{
public sealed class ProtectedConfigurationSection : ConfigurationSection
{
public ProviderSettingsCollection Providers { get; }
public string DefaultProvider { get; set; }
public ProtectedConfigurationSection();
}
}