We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b48de5d commit 16c9509Copy full SHA for 16c9509
src/Microsoft.Data.SqlClient/netcore/src/Microsoft/Data/SqlClient/SNI/SNIProxy.cs
@@ -96,7 +96,8 @@ internal void GenSspiClientContext(SspiClientContextStatus sspiClientContextStat
96
inSecurityBufferArray = Array.Empty<SecurityBuffer>();
97
}
98
99
- int tokenSize = MaxTokenSize;
+ int tokenSize = NegotiateStreamPal.QueryMaxTokenSize(securityPackage);
100
+
101
SecurityBuffer outSecurityBuffer = new SecurityBuffer(tokenSize, SecurityBufferType.SECBUFFER_TOKEN);
102
103
ContextFlagsPal requestedContextFlags = ContextFlagsPal.Connection
0 commit comments