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
In CompleteAuthToken and ApplyControlToken: remove the extra allocation of a CredHandle; refactor the code to avoid duplication; remove the AddRef if the refContext was previously null. (See Adding TLS Alerts corefx#11489)
This issue is tracking TODOs and Shims removal for PR dotnet/corefx#3113:
lock (this). We need to investigate if there is any chance of a deadlock.private bool AcquireClientCredentials(ref byte[] thumbPrint)Dictionary<>orConcurrentDictionary<>.BeginMultipleWrite, etc)CompleteAuthTokenandApplyControlToken: remove the extra allocation of aCredHandle; refactor the code to avoid duplication; remove theAddRefif therefContextwas previouslynull. (See Adding TLS Alerts corefx#11489)