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
[System.Obsolete("This API supports obsolete formatter-based serialization. It should not be called or extended by application code.",DiagnosticId="SYSLIB0051",UrlFormat="https://aka.ms/dotnet-warnings/{0}")]
SqlClientEventSource.Log.TrySNITraceEvent(nameof(SNICommon),EventType.ERR,"Connection Id {0}, serverNameToValidate {1}, Target Server name or HNIC does not match the Subject/SAN in Certificate.",args0:connectionId,args1:serverNameToValidate);
SqlClientEventSource.Log.TrySNITraceEvent(nameof(SNICommon),EventType.ERR,"Connection Id {0}, serverNameToValidate {1}, Target Server name is of greater length than Subject in Certificate.",args0:connectionId,args1:serverNameToValidate);
SqlClientEventSource.Log.TrySNITraceEvent(nameof(SNICommon),EventType.ERR,"Connection Id {0}, serverNameToValidate {1}, Target Server name does not match Subject in Certificate.",args0:connectionId,args1:serverNameToValidate);
SqlClientEventSource.Log.TrySNITraceEvent(nameof(SNICommon),EventType.ERR,"Connection Id {0}, serverNameToValidate {1}, Target Server name does not match Subject in Certificate.",args0:connectionId,args1:serverNameToValidate);
SqlClientEventSource.Log.TrySNITraceEvent(nameof(SNICommon),EventType.ERR,"Connection Id {0}, serverNameToValidate {1}, Target Server name does not match Subject in Certificate.",args0:connectionId,args1:serverNameToValidate);
Copy file name to clipboardexpand all lines: src/Microsoft.Data.SqlClient/netcore/src/Microsoft/Data/SqlClient/SqlConnectionFactory.AssemblyLoadContext.cs
-4
Original file line number
Diff line number
Diff line change
@@ -2,8 +2,6 @@
2
2
// The .NET Foundation licenses this file to you under the MIT license.
3
3
// See the LICENSE file in the project root for more information.
0 commit comments