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
Copy file name to clipboardExpand all lines: doc/snippets/Microsoft.Data.SqlClient/SqlConnection.xml
+8Lines changed: 8 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -2090,6 +2090,14 @@ The following sample tries to open a connection to an invalid database to simula
2090
2090
<summary>
2091
2091
Gets or sets the <seecref="SspiContextProvider"/> instance for customizing the SSPI context. If not set, the default for the platform will be used.
2092
2092
</summary>
2093
+
<value>
2094
+
An <seecref="T:Micorosft.Data.SqlClient.SspiContextProvider" /> instance.
2095
+
</value>
2096
+
<remarks>
2097
+
<para>
2098
+
The SspiContextProvider is a part of the connection pool key. Care should be taken when using this property to ensure the implementation returns a stable identity per resource.
0 commit comments