You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The <seecref="P:Microsoft.Data.SqlClient.SqlConnection.AccessToken" />
241
+
is combined with other conflicting authentication configurations.
242
+
</exception>
239
243
<remarks>
240
-
The AccessToken is a part of the connection pool key. Care should be taken when using this property to manage your own access token. The application is responsible for knowing when the token expires and connections from the pool should no longer be used. If you set a minimum pool size > 0 along with AccessToken, you must call <seecref="M:Microsoft.Data.SqlClient.SqlConnection.ClearPool(Microsoft.Data.SqlClient.SqlConnection)" /> after the access token expires to ensure the connection pool doesn't maintain those connections indefinitely.
244
+
<para>
245
+
The AccessToken is a part of the connection pool key. Supplying a
246
+
refreshed access token to a new connection, with all other properties
247
+
the same as other existing connections, will place that new connection
248
+
into a new pool. Care should be taken when using this property to
0 commit comments