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 connection timeout value.
Gets the database name.
Gets the user password.
The resource URIs.
Gets the server name.
Gets the user login name/ID.
protected SqlAuthenticationParameters(SqlAuthenticationMethod authenticationMethod, string serverName, string databaseName, string resource, string authority, string userId, string password, Guid connectionId, int connectionTimeout)
Initializes a new instance of the SqlAuthenticationParameters class using the specified authentication method, server name, database name, resource URI, authority URI, user login name/ID, user password, connection ID and connection timeout value.