Microsoft.AspNetCore.Authentication.Negotiate 10.0.0-rc.1.25451.107

About

Microsoft.AspNetCore.Authentication.Negotiate contains an authentication handler used to authenticate requests using Windows Authentication (also known as Negotiate, Kerberos, or NTLM).

How to Use

To use Microsoft.AspNetCore.Authentication.Negotiate, follow these steps:

Installation

dotnet add package Microsoft.AspNetCore.Authentication.Negotiate

Configuration

To use the middleware, configure it in your ASP.NET Core app's Program.cs:

builder.Services.AddAuthentication(NegotiateDefaults.AuthenticationScheme)
   .AddNegotiate();

builder.Services.AddAuthorization();

var app = builder.Build();

Next, refer to the [official documentation](https://learn.microsoft.com/aspnet/core/security/authentication/windowsauth) for configuration details specific to your app's web server.

## Main Types

The main types provided by this package are:

* `NegotiateOptions`: Represents the options for configuring Negotiate Authentication handler behavior
* `NegotiateHandler`: The authentication handler responsible for processing Negotiate authentication requests and generating the appropriate authentication ticket

## Additional Documentation

For additional documentation and examples, refer to the [official documentation](https://learn.microsoft.com/aspnet/core/security/authentication/windowsauth) on Windows Authentication in ASP.NET Core.

## Feedback & Contributing

`Microsoft.AspNetCore.Authentication.Negotiate` is released as open-source under the [MIT license](https://licenses.nuget.org/MIT). Bug reports and contributions are welcome at [the GitHub repository](https://github.com/dotnet/aspnetcore).

No packages depend on Microsoft.AspNetCore.Authentication.Negotiate.

.NET 10.0

Version Downloads Last updated
10.0.0-rc.1.25451.107 3 09/15/2025
10.0.0-preview.7.25380.108 5 08/15/2025
10.0.0-preview.6.25358.103 7 07/17/2025
10.0.0-preview.5.25277.114 9 06/08/2025
10.0.0-preview.4.25258.110 11 05/15/2025
10.0.0-preview.3.25172.1 11 04/19/2025
10.0.0-preview.2.25164.1 12 03/28/2025
10.0.0-preview.1.25120.3 10 03/12/2025
9.0.9 3 09/12/2025
9.0.8 5 08/07/2025
9.0.7 7 07/11/2025
9.0.6 8 06/12/2025
9.0.5 9 05/16/2025
9.0.4 13 04/25/2025
9.0.3 13 03/12/2025
9.0.2 11 03/21/2025
9.0.1 16 01/31/2025
9.0.0 22 11/18/2024
9.0.0-rc.2.24474.3 19 11/10/2024
9.0.0-rc.1.24452.1 16 01/01/2025
9.0.0-preview.7.24406.2 19 11/17/2024
9.0.0-preview.6.24328.4 20 11/20/2024
9.0.0-preview.5.24306.11 20 11/12/2024
9.0.0-preview.4.24267.6 27 05/29/2024
9.0.0-preview.3.24172.13 22 05/03/2024
9.0.0-preview.2.24128.4 26 05/30/2024
9.0.0-preview.1.24081.5 21 06/02/2024
8.0.20 3 09/12/2025
8.0.19 6 08/07/2025
8.0.18 6 07/10/2025
8.0.17 6 06/12/2025
8.0.16 11 05/16/2025
8.0.15 10 04/25/2025
8.0.14 12 03/12/2025
8.0.13 12 02/19/2025
8.0.12 14 01/31/2025
8.0.11 19 11/14/2024
8.0.10 18 11/14/2024
8.0.8 16 01/01/2025
8.0.7 20 11/26/2024
8.0.6 22 11/13/2024
8.0.5 24 06/02/2024
8.0.4 21 06/02/2024
8.0.3 21 06/02/2024
8.0.2 26 05/12/2024
8.0.1 26 06/02/2024
8.0.0 25 06/02/2024
8.0.0-rc.2.23480.2 20 06/02/2024
8.0.0-rc.1.23421.29 19 06/02/2024
8.0.0-preview.7.23375.9 25 06/02/2024
8.0.0-preview.6.23329.11 27 05/11/2024
8.0.0-preview.5.23302.2 22 06/02/2024
8.0.0-preview.4.23260.4 28 06/02/2024
8.0.0-preview.3.23177.8 22 05/30/2024
8.0.0-preview.2.23153.2 24 06/02/2024
8.0.0-preview.1.23112.2 22 06/02/2024
7.0.20 21 11/12/2024
7.0.19 23 06/02/2024
7.0.18 26 06/02/2024
7.0.17 29 06/02/2024
7.0.16 20 06/02/2024
7.0.15 29 06/02/2024
7.0.14 27 06/02/2024
7.0.13 23 06/02/2024
7.0.12 23 06/02/2024
7.0.11 25 06/02/2024
7.0.10 30 06/02/2024
7.0.9 21 06/02/2024
7.0.8 19 06/02/2024
7.0.7 26 06/02/2024
7.0.5 34 06/02/2024
7.0.4 23 05/20/2024
7.0.3 25 05/20/2024
7.0.2 22 06/02/2024
7.0.1 25 06/02/2024
7.0.0 27 06/02/2024
7.0.0-rc.2.22476.2 26 06/02/2024
7.0.0-rc.1.22427.2 23 06/02/2024
7.0.0-preview.7.22376.6 28 06/02/2024
7.0.0-preview.6.22330.3 24 06/02/2024
7.0.0-preview.5.22303.8 20 06/02/2024
7.0.0-preview.4.22251.1 20 06/02/2024
7.0.0-preview.3.22178.4 24 04/21/2022
7.0.0-preview.2.22153.2 25 06/02/2024
7.0.0-preview.1.22109.13 22 05/30/2024
6.0.36 18 12/10/2024
6.0.35 19 11/14/2024
6.0.33 21 12/04/2024
6.0.32 18 11/27/2024
6.0.31 18 11/26/2024
6.0.30 29 06/02/2024
6.0.29 25 06/02/2024
6.0.28 26 06/02/2024
6.0.27 24 05/20/2024
6.0.26 29 05/30/2024
6.0.25 31 06/02/2024
6.0.24 27 06/02/2024
6.0.23 26 06/02/2024
6.0.22 25 05/03/2024
6.0.21 25 06/02/2024
6.0.20 25 05/03/2024
6.0.19 22 06/02/2024
6.0.18 28 06/02/2024
6.0.16 27 05/30/2024
6.0.15 28 06/02/2024
6.0.14 25 06/02/2024
6.0.13 26 06/02/2024
6.0.12 27 05/03/2024
6.0.11 20 06/02/2024
6.0.10 24 05/30/2024
6.0.9 29 05/30/2024
6.0.8 27 05/30/2024
6.0.7 25 05/20/2024
6.0.6 23 06/02/2024
6.0.5 28 05/20/2024
6.0.4 25 06/02/2024
6.0.2 24 04/21/2022
6.0.1 22 06/02/2024
6.0.0 22 06/02/2024
6.0.0-rc.2.21480.10 26 06/02/2024
6.0.0-rc.1.21452.15 21 06/02/2024
6.0.0-preview.7.21378.6 31 06/02/2024
6.0.0-preview.6.21355.2 22 06/02/2024
6.0.0-preview.5.21301.17 24 06/02/2024
6.0.0-preview.4.21253.5 22 06/02/2024
6.0.0-preview.3.21201.13 25 06/02/2024
6.0.0-preview.2.21154.6 28 06/02/2024
5.0.17 25 11/28/2023
5.0.16 24 06/02/2024
5.0.15 30 04/21/2022
5.0.14 23 06/02/2024
5.0.13 24 06/02/2024
5.0.12 25 06/02/2024
5.0.11 26 06/02/2024
5.0.10 24 06/02/2024
5.0.9 23 06/02/2024
5.0.7 26 06/02/2024
5.0.6 25 06/02/2024
5.0.5 25 06/02/2024
5.0.4 20 06/02/2024
5.0.3 22 06/02/2024
5.0.2 22 06/02/2024
5.0.1 24 06/02/2024
5.0.0 24 06/02/2024
5.0.0-rc.2.20475.17 25 06/02/2024
5.0.0-rc.1.20451.17 22 06/02/2024
5.0.0-preview.8.20414.8 26 06/02/2024
5.0.0-preview.7.20365.19 29 06/02/2024
5.0.0-preview.6.20312.15 20 06/02/2024
5.0.0-preview.5.20279.2 19 06/02/2024
5.0.0-preview.4.20257.10 19 06/02/2024
5.0.0-preview.3.20215.14 22 04/21/2022
5.0.0-preview.2.20167.3 24 05/30/2024
5.0.0-preview.1.20124.5 20 06/02/2024
3.1.32 24 05/03/2024
3.1.31 24 06/02/2024
3.1.30 25 06/02/2024
3.1.29 24 06/02/2024
3.1.28 27 06/02/2024
3.1.27 22 06/02/2024
3.1.26 26 06/02/2024
3.1.25 25 06/02/2024
3.1.23 24 05/05/2022
3.1.22 27 06/02/2024
3.1.21 26 06/02/2024
3.1.20 25 04/21/2022
3.1.19 22 04/21/2022
3.1.18 22 06/02/2024
3.1.17 25 06/02/2024
3.1.16 26 06/02/2024
3.1.15 26 11/14/2024
3.1.14 25 06/02/2024
3.1.13 23 04/21/2022
3.1.12 21 04/21/2022
3.1.11 25 06/02/2024
3.1.10 23 06/02/2024
3.1.9 25 06/02/2024
3.1.8 23 06/02/2024
3.1.7 20 06/02/2024
3.1.6 26 06/02/2024
3.1.5 30 06/02/2024
3.1.4 23 06/02/2024
3.1.2 22 06/02/2024
3.1.1 23 04/29/2024
3.1.0 26 06/02/2024
3.1.0-preview3.19555.2 21 06/02/2024
3.1.0-preview2.19528.8 20 06/02/2024
3.1.0-preview1.19508.20 24 06/02/2024
3.0.3 18 06/02/2024
3.0.2 20 11/27/2024
3.0.0 19 11/28/2024
3.0.0-rc1.19457.4 20 06/02/2024
3.0.0-preview9.19424.4 21 06/02/2024
3.0.0-preview8.19405.7 22 06/02/2024
3.0.0-preview7.19365.7 22 06/02/2024
3.0.0-preview6.19307.2 25 06/02/2024