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
SqlClientEventSource.Log.TryTraceEvent("<sc.TdsParser.Connect|SEC> Server SPN `{0}` from the connection string is used.", serverInfo.ServerSPN);
420
420
}
421
421
else
422
422
{
423
423
// Empty signifies to interop layer that SPN needs to be generated
424
-
_serverSpn = string.Empty;
424
+
serverSpn = string.Empty;
425
425
}
426
426
427
427
SqlClientEventSource.Log.TryTraceEvent("<sc.TdsParser.Connect|SEC> SSPI or Active Directory Authentication Library for SQL Server based integrated authentication");
0 commit comments