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

Microsoft.Data.SqlClient.SqlAuthenticationInitializer

public abstract class SqlAuthenticationInitializer
Called during the opening of the first SqlConnection instance to specify an Authentication connection string attribute.

Default constructor to instantiate the SqlAuthenticationInitializer class.

public abstract void Initialize()

When overridden in a derived class, initializes the authentication initializer. This method is called immediately after the #ctor constructor during the opening of the first SqlConnection instance to specify an Authentication connection string attribute.