<PackageReference Include="System.Configuration.ConfigurationManager" Version="10.0.0-preview.1.25080.5" />

ProviderSettings

public sealed class ProviderSettings : ConfigurationElement
Represents the configuration elements associated with a provider.
public string Name { get; set; }

Gets or sets the name of the provider configured by this class.

Gets a collection of user-defined parameters for the provider.

public string Type { get; set; }

Gets or sets the type of the provider configured by this class.

Initializes a new instance of the ProviderSettings class.

public ProviderSettings(string name, string type)

Initializes a new instance of the ProviderSettings class.