<PackageReference Include="Microsoft.Data.SqlClient" Version="7.0.2" />

Microsoft.Data.SqlClient.SqlAuthenticationProviderConfigurationSection

The configuration section definition for reading app.config.
public const string Name = "SqlAuthenticationProviders"

public string ApplicationClientId { get; }

Application Client Id

public string InitializerType { get; }

User-defined initializer.

User-defined auth providers.

public string UseWamBroker { get; }

Forwarded to ActiveDirectoryAuthenticationProviderOptions.UseWamBroker when the Azure extension's default provider is auto-installed. Stored as a string so that an unset attribute can be distinguished from useWamBroker="false"; the runtime parses it with TryParse.