<PackageReference Include="System.Configuration.ConfigurationManager" Version="9.0.0-preview.3.24172.9" />

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.