Hi @Anjali Agarwal
Can you tell us your application type and version? Whether it is an Asp.net 6 MVC or Razor page application?
I create an Asp.net 6 MVC application to check it, after installing the "Microsoft.AspNetCore.Authentication.Negotiate 6.0.14" package, it will auto install the "System.DirectoryServices.Protocols 6.0.1" package, and after configuring the Negotiate authentication, your code works well without any error.
When installs the "Microsoft.AspNetCore.Authentication.Negotiate 6.0.14" package via NuGet, we can see its dependencies is: .Net 6.0 and "System.DirectoryServices.Protocols 6.0.1". After installing the Negotiate package via NuGet, it will also install the "System.DirectoryServices.Protocols 6.0.1".
So, you can try to re-install the Microsoft.AspNetCore.Authentication.Negotiate 6.0.14 package via NuGet.
If the answer is the right solution, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.
Best regards,
Dillion