Microsoft.AspNetCore.Authorization 9.0.7

Prefix Reserved
There is a newer prerelease version of this package available.
See the version list below for details.
dotnet add package Microsoft.AspNetCore.Authorization --version 9.0.7
                    
NuGet\Install-Package Microsoft.AspNetCore.Authorization -Version 9.0.7
                    
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="9.0.7" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Microsoft.AspNetCore.Authorization" Version="9.0.7" />
                    
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 9.0.7
                    
#r "nuget: Microsoft.AspNetCore.Authorization, 9.0.7"
                    
#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 Microsoft.AspNetCore.Authorization@9.0.7
                    
#: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=9.0.7
                    
Install as a Cake Addin
#tool nuget:?package=Microsoft.AspNetCore.Authorization&version=9.0.7
                    
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/aspnetcore/tree/f6b3a5da75eb405046889a5447ec9b14cc29d285

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 is compatible.  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 was computed.  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 (769)

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/75972a5ba730bdaf7cf3a34f528ab0f5c7f05183

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/75972a5ba730bdaf7cf3a34f528ab0f5c7f05183

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 (85)

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
lanedirt/AliasVault
Privacy-first password manager with built-in email aliasing. Fully encrypted and self-hostable.
Azure/data-api-builder
Data API builder provides modern REST and GraphQL endpoints to your Azure Databases and on-prem stores.
security-code-scan/security-code-scan
Vulnerability Patterns Detector for C# and VB.NET
snatch-dev/Convey
A simple recipe for .NET Core microservices.
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.
Version Downloads Last Updated
10.0.0-preview.6.25358.103 586 7/15/2025
10.0.0-preview.5.25277.114 4,324 6/6/2025
10.0.0-preview.4.25258.110 3,468 5/12/2025
10.0.0-preview.3.25172.1 4,650 4/10/2025
10.0.0-preview.2.25164.1 1,929 3/18/2025
10.0.0-preview.1.25120.3 2,394 2/25/2025
9.0.7 93,756 7/8/2025
9.0.6 437,943 6/10/2025
9.0.5 1,003,779 5/13/2025
9.0.4 1,341,526 4/8/2025
9.0.3 929,456 3/11/2025
9.0.2 1,324,232 2/11/2025
9.0.1 1,806,632 1/14/2025
9.0.0 3,734,443 11/12/2024
9.0.0-rc.2.24474.3 63,350 10/8/2024
9.0.0-rc.1.24452.1 44,191 9/10/2024
9.0.0-preview.7.24406.2 25,648 8/13/2024
9.0.0-preview.6.24328.4 15,256 7/9/2024
9.0.0-preview.5.24306.11 16,180 6/11/2024
9.0.0-preview.4.24267.6 4,194 5/21/2024
9.0.0-preview.3.24172.13 109,104 4/11/2024
9.0.0-preview.2.24128.4 3,313 3/12/2024
9.0.0-preview.1.24081.5 37,881 2/13/2024
8.0.18 47,532 7/8/2025
8.0.17 253,336 6/10/2025
8.0.16 404,661 5/13/2025
8.0.15 993,705 4/8/2025
8.0.14 757,051 3/11/2025
8.0.13 920,524 2/11/2025
8.0.12 1,625,699 1/14/2025
8.0.11 4,183,154 11/12/2024
8.0.10 6,433,148 10/8/2024
8.0.8 6,313,351 8/13/2024
8.0.7 4,067,568 7/9/2024
8.0.6 6,046,873 5/28/2024
8.0.5 1,991,068 5/14/2024
8.0.4 5,366,345 4/9/2024
8.0.3 4,149,099 3/12/2024
8.0.2 4,980,472 2/13/2024
8.0.1 4,344,499 1/9/2024
8.0.0 15,348,824 11/14/2023
8.0.0-rc.2.23480.2 240,680 10/10/2023
8.0.0-rc.1.23421.29 72,374 9/12/2023
8.0.0-preview.7.23375.9 94,901 8/8/2023
8.0.0-preview.6.23329.11 54,741 7/11/2023
8.0.0-preview.5.23302.2 14,371 6/13/2023
8.0.0-preview.4.23260.4 52,229 5/16/2023
8.0.0-preview.3.23177.8 10,274 4/11/2023
8.0.0-preview.2.23153.2 6,281 3/14/2023
8.0.0-preview.1.23112.2 58,338 2/21/2023
7.0.20 566,331 5/28/2024
7.0.19 103,638 5/14/2024
7.0.18 165,471 4/9/2024
7.0.17 250,262 3/12/2024
7.0.16 341,981 2/13/2024
7.0.15 390,900 1/9/2024
7.0.14 1,589,177 11/14/2023
7.0.13 874,596 10/24/2023
7.0.12 895,913 10/10/2023
7.0.11 1,076,561 9/12/2023
7.0.10 1,957,661 8/8/2023
7.0.9 1,491,023 7/11/2023
7.0.8 734,212 6/22/2023
7.0.7 754,440 6/13/2023
7.0.5 4,248,563 4/11/2023
7.0.4 1,821,410 3/14/2023
7.0.3 1,597,410 2/14/2023
7.0.2 1,907,958 1/10/2023
7.0.1 4,759,399 12/13/2022
7.0.0 11,768,123 11/7/2022
7.0.0-rc.2.22476.2 63,740 10/11/2022
7.0.0-rc.1.22427.2 85,010 9/14/2022
7.0.0-preview.7.22376.6 131,367 8/9/2022
7.0.0-preview.6.22330.3 9,394 7/12/2022
7.0.0-preview.5.22303.8 3,765 6/14/2022
7.0.0-preview.4.22251.1 98,223 5/10/2022
7.0.0-preview.3.22178.4 14,762 4/13/2022
7.0.0-preview.2.22153.2 3,685 3/14/2022
7.0.0-preview.1.22109.13 25,979 2/17/2022
6.0.36 248,897 11/12/2024
6.0.35 86,141 10/8/2024
6.0.33 257,779 8/13/2024
6.0.32 161,256 7/9/2024
6.0.31 234,587 5/28/2024
6.0.30 135,951 5/14/2024
6.0.29 293,287 4/9/2024
6.0.28 462,756 3/12/2024
6.0.27 402,638 2/13/2024
6.0.26 987,664 1/9/2024
6.0.25 1,421,821 11/14/2023
6.0.24 423,121 10/24/2023
6.0.23 1,878,999 10/10/2023
6.0.22 402,066 9/12/2023
6.0.21 1,642,893 8/8/2023
6.0.20 876,564 7/11/2023
6.0.19 405,340 6/22/2023
6.0.18 256,191 6/13/2023
6.0.16 1,963,405 4/11/2023
6.0.15 923,712 3/14/2023
6.0.14 1,369,057 2/14/2023
6.0.13 1,292,660 1/10/2023
6.0.12 1,420,869 12/13/2022
6.0.11 2,683,239 11/7/2022
6.0.10 6,160,582 10/11/2022
6.0.9 3,364,778 9/13/2022
6.0.8 3,214,721 8/9/2022
6.0.7 3,642,560 7/12/2022
6.0.6 2,901,519 6/14/2022
6.0.5 7,127,064 5/10/2022
6.0.4 4,996,627 4/11/2022
6.0.3 4,346,549 3/8/2022
6.0.2 2,690,384 2/8/2022
6.0.1 7,152,354 12/14/2021
6.0.0 18,759,493 11/8/2021
6.0.0-rc.2.21480.10 146,784 10/12/2021
6.0.0-rc.1.21452.15 99,913 9/14/2021
6.0.0-preview.7.21378.6 150,263 8/10/2021
6.0.0-preview.6.21355.2 201,778 7/14/2021
6.0.0-preview.5.21301.17 62,723 6/15/2021
6.0.0-preview.4.21253.5 51,832 5/24/2021
6.0.0-preview.3.21201.13 365,347 4/8/2021
6.0.0-preview.2.21154.6 4,472 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,504 2/12/2021 6.0.0-preview.1.21103.6 is deprecated because it is no longer maintained.
5.0.17 671,365 5/10/2022 5.0.17 is deprecated because it is no longer maintained.
5.0.16 96,733 4/11/2022 5.0.16 is deprecated because it is no longer maintained.
5.0.15 168,761 3/8/2022 5.0.15 is deprecated because it is no longer maintained.
5.0.14 219,869 2/8/2022 5.0.14 is deprecated because it is no longer maintained.
5.0.13 933,810 12/14/2021 5.0.13 is deprecated because it is no longer maintained.
5.0.12 924,585 11/7/2021 5.0.12 is deprecated because it is no longer maintained.
5.0.11 1,002,642 10/12/2021 5.0.11 is deprecated because it is no longer maintained.
5.0.10 1,578,048 9/14/2021 5.0.10 is deprecated because it is no longer maintained.
5.0.9 2,127,009 8/10/2021 5.0.9 is deprecated because it is no longer maintained.
5.0.8 2,184,931 7/13/2021 5.0.8 is deprecated because it is no longer maintained.
5.0.7 1,935,161 6/8/2021 5.0.7 is deprecated because it is no longer maintained.
5.0.6 1,811,583 5/11/2021 5.0.6 is deprecated because it is no longer maintained.
5.0.5 4,183,718 4/6/2021 5.0.5 is deprecated because it is no longer maintained.
5.0.4 1,633,801 3/9/2021 5.0.4 is deprecated because it is no longer maintained.
5.0.3 2,172,233 2/9/2021 5.0.3 is deprecated because it is no longer maintained.
5.0.2 1,920,738 1/12/2021 5.0.2 is deprecated because it is no longer maintained.
5.0.1 1,029,289 12/8/2020 5.0.1 is deprecated because it is no longer maintained.
5.0.0 8,329,704 11/9/2020 5.0.0 is deprecated because it is no longer maintained.
5.0.0-rc.2.20475.17 527,957 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 185,558 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 35,558 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 13,877 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 17,805 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,405 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,626 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 11,803 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 21,821 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,029 3/16/2020 5.0.0-preview.1.20124.5 is deprecated because it is no longer maintained.
3.1.32 2,062,056 12/13/2022
3.1.31 56,567 11/8/2022
3.1.30 124,259 10/11/2022
3.1.29 189,152 9/13/2022
3.1.28 131,377 8/9/2022
3.1.27 67,690 7/12/2022
3.1.26 47,452 6/14/2022
3.1.25 528,629 5/10/2022
3.1.24 261,805 4/11/2022
3.1.23 135,935 3/8/2022
3.1.22 667,263 12/14/2021
3.1.21 1,727,630 11/7/2021
3.1.20 324,617 10/11/2021
3.1.19 317,808 9/14/2021
3.1.18 879,978 8/10/2021
3.1.17 302,540 7/13/2021
3.1.16 3,325,489 6/8/2021
3.1.15 488,288 5/11/2021
3.1.14 1,521,792 4/6/2021
3.1.13 809,650 3/9/2021
3.1.12 588,286 2/9/2021
3.1.11 1,080,053 1/12/2021
3.1.10 2,288,370 11/9/2020
3.1.9 2,219,140 10/13/2020
3.1.8 5,706,884 9/8/2020
3.1.7 1,668,677 8/11/2020
3.1.6 8,706,656 7/14/2020
3.1.5 4,009,263 6/9/2020
3.1.4 12,938,600 5/12/2020
3.1.3 9,521,319 3/24/2020
3.1.2 5,635,572 2/18/2020
3.1.1 2,746,357 1/14/2020
3.1.0 6,977,770 12/3/2019
3.1.0-preview3.19555.2 2,093,962 11/13/2019 3.1.0-preview3.19555.2 is deprecated because it is no longer maintained.
3.1.0-preview2.19528.8 43,980 11/1/2019 3.1.0-preview2.19528.8 is deprecated because it is no longer maintained.
3.1.0-preview1.19508.20 126,763 10/15/2019 3.1.0-preview1.19508.20 is deprecated because it is no longer maintained.
3.0.3 1,671,185 2/18/2020 3.0.3 is deprecated because it is no longer maintained.
3.0.2 14,879 1/14/2020 3.0.2 is deprecated because it is no longer maintained.
3.0.0 3,629,707 9/23/2019 3.0.0 is deprecated because it is no longer maintained.
3.0.0-rc1.19457.4 93,760 9/16/2019 3.0.0-rc1.19457.4 is deprecated because it is no longer maintained.
3.0.0-preview9.19424.4 246,786 9/4/2019 3.0.0-preview9.19424.4 is deprecated because it is no longer maintained.
3.0.0-preview8.19405.7 31,230 8/13/2019 3.0.0-preview8.19405.7 is deprecated because it is no longer maintained.
3.0.0-preview7.19365.7 36,744 7/23/2019 3.0.0-preview7.19365.7 is deprecated because it is no longer maintained.
3.0.0-preview6.19307.2 204,518 6/12/2019 3.0.0-preview6.19307.2 is deprecated because it is no longer maintained.
2.3.0 8,568,735 1/14/2025
2.2.0 397,815,571 12/3/2018 2.2.0 is deprecated because it is no longer maintained.
2.2.0-preview3-35497 160,946 10/17/2018 2.2.0-preview3-35497 is deprecated because it is no longer maintained.
2.2.0-preview2-35157 88,234 9/12/2018 2.2.0-preview2-35157 is deprecated because it is no longer maintained.
2.2.0-preview1-35029 53,970 8/22/2018 2.2.0-preview1-35029 is deprecated because it is no longer maintained.
2.1.2 19,328,601 8/21/2018
2.1.1 77,389,742 6/18/2018
2.1.0 131,813,974 5/29/2018
2.1.0-rc1-final 194,815 5/6/2018 2.1.0-rc1-final is deprecated because it is no longer maintained.
2.1.0-preview2-final 378,240 4/10/2018 2.1.0-preview2-final is deprecated because it is no longer maintained.
2.1.0-preview1-final 232,721 2/26/2018 2.1.0-preview1-final is deprecated because it is no longer maintained.
2.0.4 8,523,199 5/7/2018 2.0.4 is deprecated because it is no longer maintained.
2.0.3 8,688,580 3/13/2018 2.0.3 is deprecated because it is no longer maintained.
2.0.1 20,628,394 11/14/2017 2.0.1 is deprecated because it is no longer maintained.
2.0.0 87,013,592 8/11/2017 2.0.0 is deprecated because it is no longer maintained.
2.0.0-preview2-final 125,861 6/27/2017 2.0.0-preview2-final is deprecated because it is no longer maintained.
2.0.0-preview1-final 44,935 5/10/2017 2.0.0-preview1-final is deprecated because it is no longer maintained.
1.1.3 2,836,693 9/20/2017 1.1.3 is deprecated because it is no longer maintained.
1.1.2 4,212,082 5/9/2017 1.1.2 is deprecated because it is no longer maintained.
1.1.1 4,241,317 3/6/2017 1.1.1 is deprecated because it is no longer maintained.
1.1.0 4,135,063 11/16/2016 1.1.0 is deprecated because it is no longer maintained.
1.1.0-preview1-final 44,579 10/24/2016 1.1.0-preview1-final is deprecated because it is no longer maintained.
1.0.5 3,408,892 11/14/2017 1.0.5 is deprecated because it is no longer maintained.
1.0.4 110,607 9/20/2017 1.0.4 is deprecated because it is no longer maintained.
1.0.3 29,268,648 5/9/2017 1.0.3 is deprecated because it is no longer maintained.
1.0.2 17,446,016 3/6/2017 1.0.2 is deprecated because it is no longer maintained.
1.0.1 554,971 12/12/2016 1.0.1 is deprecated because it is no longer maintained.
1.0.0 12,868,007 6/27/2016 1.0.0 is deprecated because it is no longer maintained.
1.0.0-rc2-final 238,166 5/16/2016 1.0.0-rc2-final is deprecated because it is no longer maintained.