Microsoft.AspNetCore.Authorization 10.0.0

Prefix Reserved
dotnet add package Microsoft.AspNetCore.Authorization --version 10.0.0
                    
NuGet\Install-Package Microsoft.AspNetCore.Authorization -Version 10.0.0
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Microsoft.AspNetCore.Authorization" Version="10.0.0" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Microsoft.AspNetCore.Authorization" Version="10.0.0" />
                    
Directory.Packages.props
<PackageReference Include="Microsoft.AspNetCore.Authorization" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Microsoft.AspNetCore.Authorization --version 10.0.0
                    
#r "nuget: Microsoft.AspNetCore.Authorization, 10.0.0"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package [email protected]
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=Microsoft.AspNetCore.Authorization&version=10.0.0
                    
Install as a Cake Addin
#tool nuget:?package=Microsoft.AspNetCore.Authorization&version=10.0.0
                    
Install as a Cake Tool

ASP.NET Core authorization classes.
Commonly used types:
Microsoft.AspNetCore.Authorization.AllowAnonymousAttribute
Microsoft.AspNetCore.Authorization.AuthorizeAttribute

This package was built from the source code at https://github.com/dotnet/dotnet/tree/b0f34d51fccc69fd334253924abd8d6853fad7aa

Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 was computed.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed.  net9.0 was computed.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed.  net10.0 is compatible.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
.NET Core netcoreapp2.0 was computed.  netcoreapp2.1 was computed.  netcoreapp2.2 was computed.  netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard2.0 is compatible.  netstandard2.1 was computed. 
.NET Framework net461 was computed.  net462 is compatible.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen40 was computed.  tizen60 was computed. 
Xamarin.iOS xamarinios was computed. 
Xamarin.Mac xamarinmac was computed. 
Xamarin.TVOS xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (813)

Showing the top 5 NuGet packages that depend on Microsoft.AspNetCore.Authorization:

Package Downloads
Microsoft.AspNetCore.Authorization.Policy

ASP.NET Core authorization policy helper classes.

Microsoft.AspNetCore.Components

Components feature for ASP.NET Core. This package was built from the source code at https://github.com/dotnet/dotnet/tree/b0f34d51fccc69fd334253924abd8d6853fad7aa

Microsoft.AspNetCore.SignalR.Core

Real-time communication framework for ASP.NET Core.

Microsoft.AspNetCore.Components.Authorization

Authentication and authorization support for Blazor applications. This package was built from the source code at https://github.com/dotnet/dotnet/tree/b0f34d51fccc69fd334253924abd8d6853fad7aa

Microsoft.AspNetCore.App

Provides a default set of APIs for building an ASP.NET Core application. This package requires the ASP.NET Core runtime. This runtime is installed by the .NET Core SDK, or can be acquired separately using installers available at https://aka.ms/dotnet-download.

GitHub repositories (84)

Showing the top 20 popular GitHub repositories that depend on Microsoft.AspNetCore.Authorization:

Repository Stars
jellyfin/jellyfin
The Free Software Media System - Server Backend & API
dotnet/maui
.NET MAUI is the .NET Multi-platform App UI, a framework for building native device applications spanning mobile, tablet, and desktop.
abpframework/abp
Open-source web application framework for ASP.NET Core! Offers an opinionated architecture to build enterprise software solutions with best practices on top of the .NET. Provides the fundamental infrastructure, cross-cutting-concern implementations, startup templates, application modules, UI themes, tooling and documentation.
OrchardCMS/OrchardCore
Orchard Core is an open-source modular and multi-tenant application framework built with ASP.NET Core, and a content management system (CMS) built on top of that framework.
dotnetcore/WTM
Use WTM to write .netcore app fast !!!
Ombi-app/Ombi
Want a Movie or TV Show on Plex/Emby/Jellyfin? Use Ombi!
dotnetcore/osharp
OSharp是一个基于.Net6.0的快速开发框架,框架对 AspNetCore 的配置、依赖注入、日志、缓存、实体框架、Mvc(WebApi)、身份认证、功能权限、数据权限等模块进行更高一级的自动化封装,并规范了一套业务实现的代码结构与操作流程,使 .Net 框架更易于应用到实际项目开发中。
aspnet/SignalR
[Archived] Incredibly simple real-time web for ASP.NET Core. Project moved to https://github.com/aspnet/AspNetCore
aspnet/Identity
[Archived] ASP.NET Core Identity is the membership system for building ASP.NET Core web applications, including membership, login, and user data. Project moved to https://github.com/aspnet/AspNetCore
enkodellc/blazorboilerplate
Blazor Boilerplate / Starter Template with MudBlazor
CoreWCF/CoreWCF
Main repository for the Core WCF project
Webreaper/Damselfly
Damselfly is a server-based Photograph Management app. The goal of Damselfly is to index an extremely large collection of images, and allow easy search and retrieval of those images, using metadata such as the IPTC keyword tags, as well as the folder and file names. Damselfly includes support for object/face detection.
VirtoCommerce/vc-platform
Virto Commerce B2B Innovation Platform
bitfoundation/bitplatform
Build all of your apps using what you already know and love ❤️
voat/voat
The code that powers Voat
Azure/data-api-builder
Data API builder provides modern REST and GraphQL endpoints to your Azure Databases and on-prem stores.
UiPath/CoreWF
WF runtime ported to work on .NET 6
iioter/iotgateway
An industrial IoTGateway with B/S architecture that enables bidirectional communication between industrial devices (southbound connections) and IoT platforms (northbound connections). It supports numerous industrial protocols, and can connect to various IoT cloud platforms.
security-code-scan/security-code-scan
Vulnerability Patterns Detector for C# and VB.NET
snatch-dev/Convey
A simple recipe for .NET Core microservices.
Version Downloads Last Updated
10.0.0 8,276 11/11/2025
10.0.0-rc.2.25502.107 45,534 10/14/2025
10.0.0-rc.1.25451.107 51,067 9/9/2025
10.0.0-preview.7.25380.108 12,026 8/12/2025
10.0.0-preview.6.25358.103 5,510 7/15/2025
10.0.0-preview.5.25277.114 7,273 6/6/2025
10.0.0-preview.4.25258.110 5,426 5/12/2025
10.0.0-preview.3.25172.1 5,684 4/10/2025
10.0.0-preview.2.25164.1 2,064 3/18/2025
10.0.0-preview.1.25120.3 2,548 2/25/2025
9.0.11 4,728 11/11/2025
9.0.10 455,768 10/14/2025
9.0.9 983,168 9/9/2025
9.0.8 1,087,195 8/5/2025
9.0.7 905,498 7/8/2025
9.0.6 1,103,575 6/10/2025
9.0.5 3,052,923 5/13/2025
9.0.4 2,071,446 4/8/2025
9.0.3 1,216,630 3/11/2025
9.0.2 1,819,428 2/11/2025
9.0.1 3,149,640 1/14/2025
9.0.0 5,373,815 11/12/2024
9.0.0-rc.2.24474.3 77,758 10/8/2024
9.0.0-rc.1.24452.1 64,450 9/10/2024
9.0.0-preview.7.24406.2 33,813 8/13/2024
9.0.0-preview.6.24328.4 19,525 7/9/2024
9.0.0-preview.5.24306.11 21,839 6/11/2024
9.0.0-preview.4.24267.6 4,773 5/21/2024
9.0.0-preview.3.24172.13 117,995 4/11/2024
9.0.0-preview.2.24128.4 3,691 3/12/2024
9.0.0-preview.1.24081.5 42,305 2/13/2024
8.0.22 3,956 11/11/2025
8.0.21 292,988 10/14/2025
8.0.20 525,530 9/9/2025
8.0.19 775,743 8/4/2025
8.0.18 585,515 7/8/2025
8.0.17 703,804 6/10/2025
8.0.16 884,934 5/13/2025
8.0.15 2,029,986 4/8/2025
8.0.14 1,320,960 3/11/2025
8.0.13 1,611,298 2/11/2025
8.0.12 2,621,808 1/14/2025
8.0.11 6,158,570 11/12/2024
8.0.10 9,011,478 10/8/2024
8.0.8 7,754,928 8/13/2024
8.0.7 4,801,236 7/9/2024
8.0.6 7,123,493 5/28/2024
8.0.5 2,415,268 5/14/2024
8.0.4 6,447,864 4/9/2024
8.0.3 4,720,166 3/12/2024
8.0.2 5,740,979 2/13/2024
8.0.1 5,039,335 1/9/2024
8.0.0 18,384,563 11/14/2023
8.0.0-rc.2.23480.2 263,058 10/10/2023
8.0.0-rc.1.23421.29 73,490 9/12/2023
8.0.0-preview.7.23375.9 105,756 8/8/2023
8.0.0-preview.6.23329.11 55,208 7/11/2023
8.0.0-preview.5.23302.2 14,545 6/13/2023
8.0.0-preview.4.23260.4 53,920 5/16/2023
8.0.0-preview.3.23177.8 10,766 4/11/2023
8.0.0-preview.2.23153.2 6,606 3/14/2023
8.0.0-preview.1.23112.2 58,476 2/21/2023
7.0.20 749,121 5/28/2024
7.0.19 164,093 5/14/2024
7.0.18 229,179 4/9/2024
7.0.17 319,045 3/12/2024
7.0.16 451,684 2/13/2024
7.0.15 461,248 1/9/2024
7.0.14 1,779,550 11/14/2023
7.0.13 972,024 10/24/2023
7.0.12 973,294 10/10/2023
7.0.11 1,163,232 9/12/2023
7.0.10 2,136,883 8/8/2023
7.0.9 1,640,008 7/11/2023
7.0.8 815,100 6/22/2023
7.0.7 827,285 6/13/2023
7.0.5 4,475,585 4/11/2023
7.0.4 1,914,950 3/14/2023
7.0.3 1,707,560 2/14/2023
7.0.2 2,098,273 1/10/2023
7.0.1 5,183,840 12/13/2022
7.0.0 12,927,546 11/7/2022
7.0.0-rc.2.22476.2 65,206 10/11/2022
7.0.0-rc.1.22427.2 89,919 9/14/2022
7.0.0-preview.7.22376.6 131,863 8/9/2022
7.0.0-preview.6.22330.3 9,578 7/12/2022
7.0.0-preview.5.22303.8 3,868 6/14/2022
7.0.0-preview.4.22251.1 108,133 5/10/2022
7.0.0-preview.3.22178.4 15,097 4/13/2022
7.0.0-preview.2.22153.2 4,243 3/14/2022
7.0.0-preview.1.22109.13 27,970 2/17/2022
6.0.36 426,091 11/12/2024
6.0.35 151,749 10/8/2024
6.0.33 353,680 8/13/2024
6.0.32 226,973 7/9/2024
6.0.31 320,318 5/28/2024
6.0.30 195,516 5/14/2024
6.0.29 389,198 4/9/2024
6.0.28 534,697 3/12/2024
6.0.27 483,564 2/13/2024
6.0.26 1,120,515 1/9/2024
6.0.25 1,626,342 11/14/2023
6.0.24 526,271 10/24/2023
6.0.23 2,185,531 10/10/2023
6.0.22 468,876 9/12/2023
6.0.21 1,793,699 8/8/2023
6.0.20 958,438 7/11/2023
6.0.19 471,791 6/22/2023
6.0.18 315,184 6/13/2023
6.0.16 2,112,985 4/11/2023
6.0.15 1,006,490 3/14/2023
6.0.14 1,503,319 2/14/2023
6.0.13 1,402,793 1/10/2023
6.0.12 1,514,829 12/13/2022
6.0.11 2,804,960 11/7/2022
6.0.10 6,441,620 10/11/2022
6.0.9 3,521,896 9/13/2022
6.0.8 3,359,244 8/9/2022
6.0.7 3,877,115 7/12/2022
6.0.6 3,039,157 6/14/2022
6.0.5 7,508,795 5/10/2022
6.0.4 5,258,645 4/11/2022
6.0.3 4,599,931 3/8/2022
6.0.2 2,884,939 2/8/2022
6.0.1 7,408,171 12/14/2021
6.0.0 19,763,594 11/8/2021
6.0.0-rc.2.21480.10 147,779 10/12/2021
6.0.0-rc.1.21452.15 100,662 9/14/2021
6.0.0-preview.7.21378.6 156,535 8/10/2021
6.0.0-preview.6.21355.2 205,879 7/14/2021
6.0.0-preview.5.21301.17 65,320 6/15/2021
6.0.0-preview.4.21253.5 53,777 5/24/2021
6.0.0-preview.3.21201.13 376,007 4/8/2021
6.0.0-preview.2.21154.6 4,612 3/11/2021 6.0.0-preview.2.21154.6 is deprecated because it is no longer maintained.
6.0.0-preview.1.21103.6 19,691 2/12/2021 6.0.0-preview.1.21103.6 is deprecated because it is no longer maintained.
5.0.17 755,896 5/10/2022 5.0.17 is deprecated because it is no longer maintained.
5.0.16 145,866 4/11/2022 5.0.16 is deprecated because it is no longer maintained.
5.0.15 223,054 3/8/2022 5.0.15 is deprecated because it is no longer maintained.
5.0.14 279,531 2/8/2022 5.0.14 is deprecated because it is no longer maintained.
5.0.13 1,083,218 12/14/2021 5.0.13 is deprecated because it is no longer maintained.
5.0.12 1,064,498 11/7/2021 5.0.12 is deprecated because it is no longer maintained.
5.0.11 1,074,845 10/12/2021 5.0.11 is deprecated because it is no longer maintained.
5.0.10 1,671,860 9/14/2021 5.0.10 is deprecated because it is no longer maintained.
5.0.9 2,293,646 8/10/2021 5.0.9 is deprecated because it is no longer maintained.
5.0.8 2,362,441 7/13/2021 5.0.8 is deprecated because it is no longer maintained.
5.0.7 2,057,775 6/8/2021 5.0.7 is deprecated because it is no longer maintained.
5.0.6 1,919,742 5/11/2021 5.0.6 is deprecated because it is no longer maintained.
5.0.5 4,374,153 4/6/2021 5.0.5 is deprecated because it is no longer maintained.
5.0.4 1,755,963 3/9/2021 5.0.4 is deprecated because it is no longer maintained.
5.0.3 2,276,154 2/9/2021 5.0.3 is deprecated because it is no longer maintained.
5.0.2 2,050,133 1/12/2021 5.0.2 is deprecated because it is no longer maintained.
5.0.1 1,101,785 12/8/2020 5.0.1 is deprecated because it is no longer maintained.
5.0.0 8,699,701 11/9/2020 5.0.0 is deprecated because it is no longer maintained.
5.0.0-rc.2.20475.17 543,617 10/13/2020 5.0.0-rc.2.20475.17 is deprecated because it is no longer maintained.
5.0.0-rc.1.20451.17 190,535 9/14/2020 5.0.0-rc.1.20451.17 is deprecated because it is no longer maintained.
5.0.0-preview.8.20414.8 36,094 8/25/2020 5.0.0-preview.8.20414.8 is deprecated because it is no longer maintained.
5.0.0-preview.7.20365.19 15,088 7/21/2020 5.0.0-preview.7.20365.19 is deprecated because it is no longer maintained.
5.0.0-preview.6.20312.15 18,027 6/25/2020 5.0.0-preview.6.20312.15 is deprecated because it is no longer maintained.
5.0.0-preview.5.20279.2 3,556 6/10/2020 5.0.0-preview.5.20279.2 is deprecated because it is no longer maintained.
5.0.0-preview.4.20257.10 11,869 5/18/2020 5.0.0-preview.4.20257.10 is deprecated because it is no longer maintained.
5.0.0-preview.3.20215.14 12,048 4/23/2020 5.0.0-preview.3.20215.14 is deprecated because it is no longer maintained.
5.0.0-preview.2.20167.3 22,062 4/2/2020 5.0.0-preview.2.20167.3 is deprecated because it is no longer maintained.
5.0.0-preview.1.20124.5 18,430 3/16/2020 5.0.0-preview.1.20124.5 is deprecated because it is no longer maintained.
3.1.32 2,365,972 12/13/2022
3.1.31 103,942 11/8/2022
3.1.30 175,821 10/11/2022
3.1.29 243,199 9/13/2022
3.1.28 185,637 8/9/2022
3.1.27 115,210 7/12/2022
3.1.26 94,246 6/14/2022
3.1.25 588,462 5/10/2022
3.1.24 313,430 4/11/2022
3.1.23 189,041 3/8/2022
3.1.22 742,389 12/14/2021
3.1.21 1,802,235 11/7/2021
3.1.20 380,486 10/11/2021
3.1.19 380,030 9/14/2021
3.1.18 964,758 8/10/2021
3.1.17 351,699 7/13/2021
3.1.16 4,585,687 6/8/2021
3.1.15 549,913 5/11/2021
3.1.14 1,604,720 4/6/2021
3.1.13 873,031 3/9/2021
3.1.12 648,158 2/9/2021
3.1.11 1,200,090 1/12/2021
3.1.10 2,397,605 11/9/2020
3.1.9 2,316,628 10/13/2020
3.1.8 5,936,347 9/8/2020
3.1.7 1,763,615 8/11/2020
3.1.6 9,200,782 7/14/2020
3.1.5 4,291,253 6/9/2020
3.1.4 13,573,362 5/12/2020
3.1.3 10,251,332 3/24/2020
3.1.2 5,940,056 2/18/2020
3.1.1 2,862,940 1/14/2020
3.1.0 7,325,117 12/3/2019
3.1.0-preview3.19555.2 2,239,899 11/13/2019 3.1.0-preview3.19555.2 is deprecated because it is no longer maintained.
3.1.0-preview2.19528.8 44,390 11/1/2019 3.1.0-preview2.19528.8 is deprecated because it is no longer maintained.
3.1.0-preview1.19508.20 135,993 10/15/2019 3.1.0-preview1.19508.20 is deprecated because it is no longer maintained.
3.0.3 1,909,982 2/18/2020 3.0.3 is deprecated because it is no longer maintained.
3.0.2 61,468 1/14/2020 3.0.2 is deprecated because it is no longer maintained.
3.0.0 3,856,384 9/23/2019 3.0.0 is deprecated because it is no longer maintained.
3.0.0-rc1.19457.4 97,187 9/16/2019 3.0.0-rc1.19457.4 is deprecated because it is no longer maintained.
3.0.0-preview9.19424.4 254,751 9/4/2019 3.0.0-preview9.19424.4 is deprecated because it is no longer maintained.
3.0.0-preview8.19405.7 31,660 8/13/2019 3.0.0-preview8.19405.7 is deprecated because it is no longer maintained.
3.0.0-preview7.19365.7 37,549 7/23/2019 3.0.0-preview7.19365.7 is deprecated because it is no longer maintained.
3.0.0-preview6.19307.2 223,674 6/12/2019 3.0.0-preview6.19307.2 is deprecated because it is no longer maintained.
2.3.0 19,730,933 1/14/2025
2.2.0 432,960,340 12/3/2018 2.2.0 is deprecated because it is no longer maintained.
2.2.0-preview3-35497 162,902 10/17/2018 2.2.0-preview3-35497 is deprecated because it is no longer maintained.
2.2.0-preview2-35157 89,934 9/12/2018 2.2.0-preview2-35157 is deprecated because it is no longer maintained.
2.2.0-preview1-35029 54,991 8/22/2018 2.2.0-preview1-35029 is deprecated because it is no longer maintained.
2.1.2 20,350,655 8/21/2018
2.1.1 81,828,497 6/18/2018
2.1.0 134,986,506 5/29/2018
2.1.0-rc1-final 201,408 5/6/2018 2.1.0-rc1-final is deprecated because it is no longer maintained.
2.1.0-preview2-final 398,934 4/10/2018 2.1.0-preview2-final is deprecated because it is no longer maintained.
2.1.0-preview1-final 239,030 2/26/2018 2.1.0-preview1-final is deprecated because it is no longer maintained.
2.0.4 8,743,111 5/7/2018 2.0.4 is deprecated because it is no longer maintained.
2.0.3 8,984,601 3/13/2018 2.0.3 is deprecated because it is no longer maintained.
2.0.1 21,290,140 11/14/2017 2.0.1 is deprecated because it is no longer maintained.
2.0.0 88,544,537 8/11/2017 2.0.0 is deprecated because it is no longer maintained.
2.0.0-preview2-final 129,153 6/27/2017 2.0.0-preview2-final is deprecated because it is no longer maintained.
2.0.0-preview1-final 45,709 5/10/2017 2.0.0-preview1-final is deprecated because it is no longer maintained.
1.1.3 3,014,594 9/20/2017 1.1.3 is deprecated because it is no longer maintained.
1.1.2 4,358,845 5/9/2017 1.1.2 is deprecated because it is no longer maintained.
1.1.1 4,365,181 3/6/2017 1.1.1 is deprecated because it is no longer maintained.
1.1.0 4,330,966 11/16/2016 1.1.0 is deprecated because it is no longer maintained.
1.1.0-preview1-final 45,491 10/24/2016 1.1.0-preview1-final is deprecated because it is no longer maintained.
1.0.5 3,590,264 11/14/2017 1.0.5 is deprecated because it is no longer maintained.
1.0.4 159,636 9/20/2017 1.0.4 is deprecated because it is no longer maintained.
1.0.3 29,751,482 5/9/2017 1.0.3 is deprecated because it is no longer maintained.
1.0.2 17,718,015 3/6/2017 1.0.2 is deprecated because it is no longer maintained.
1.0.1 603,618 12/12/2016 1.0.1 is deprecated because it is no longer maintained.
1.0.0 13,300,123 6/27/2016 1.0.0 is deprecated because it is no longer maintained.
1.0.0-rc2-final 250,480 5/16/2016 1.0.0-rc2-final is deprecated because it is no longer maintained.