Microsoft.Data.SqlClient.SqlAuthenticationParameters
Represents AD authentication parameters passed by a driver to authentication providers.
Gets the authentication method.
Gets the authority URI.
Gets the connection ID.
Gets the authentication timeout value, in seconds.
Gets the database name.
Gets the user password.
The resource URIs.
Gets the server name.
Gets the user login name/ID.
public SqlAuthenticationParameters(SqlAuthenticationMethod authenticationMethod, string serverName, string databaseName, string resource, string authority, string userId, string password, Guid connectionId, int connectionTimeout)
Construct with values for all properties.