Open
Description
https://devblogs.microsoft.com/dotnet/dotnet-7-networking-improvements/#negotiate-api
.NET 7 introduces new API providing low-level building blocks to perform the authentication exchange for the above mentioned protocols, see dotnet/runtime#69920.
Investigate if AuthGSSAPI.cs
can be replaced with this new API on .NET 7.
Activity