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
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -2086,11 +2086,11 @@ The following sample tries to open a connection to an invalid database to simula
2086
2086
Returns 0 if the connection is inactive on the client side.
2087
2087
</remarks>
2088
2088
</ServerProcessId>
2089
-
<SspiContextProviderFactory>
2089
+
<SspiContextProvider>
2090
2090
<summary>
2091
-
Gets or sets the factory used to create an <seecref="SspiContextProvider"/> instance for customizing the SSPI context. If not set, the default for the platform will be used.
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
-
</SspiContextProviderFactory>
2093
+
</SspiContextProvider>
2094
2094
<State>
2095
2095
<summary>
2096
2096
Indicates the state of the <seecref="T:Microsoft.Data.SqlClient.SqlConnection" /> during the most recent network operation performed on the connection.
SqlClientEventSource.Log.TryTraceEvent("TdsParser.Connect | SEC | SSPI or Active Directory Authentication Library loaded for SQL Server based integrated authentication");
0 commit comments