Volo.Abp.Security 9.3.4

Prefix Reserved
dotnet add package Volo.Abp.Security --version 9.3.4
                    
NuGet\Install-Package Volo.Abp.Security -Version 9.3.4
                    
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="Volo.Abp.Security" Version="9.3.4" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Volo.Abp.Security" Version="9.3.4" />
                    
Directory.Packages.props
<PackageReference Include="Volo.Abp.Security" />
                    
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 Volo.Abp.Security --version 9.3.4
                    
#r "nuget: Volo.Abp.Security, 9.3.4"
                    
#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 Volo.Abp.Security@9.3.4
                    
#: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=Volo.Abp.Security&version=9.3.4
                    
Install as a Cake Addin
#tool nuget:?package=Volo.Abp.Security&version=9.3.4
                    
Install as a Cake Tool

ℹ️ Description

This package is a part of the ABP Framework.

ABP — Open Source Web Application Framework for ASP.NET Core

ABP offers an opinionated architecture to build enterprise software solutions with best practices on top of the .NET and the ASP.NET Core platforms. ABP Framework is a complete open-source infrastructure to create modern web applications by following the best practices and conventions of software development. It provides the fundamental infrastructure, production-ready startup templates, application modules, UI themes, tooling, guides and documentation.

🔗Official Website: https://abp.io

🔗GitHub Repository: https://github.com/abpframework/abp

🔗Samples: https://abp.io/docs/latest/samples/

🔗Official Theme: https://www.LeptonTheme.com

🔗Documentation: https://abp.io/docs

🔗Community: https://abp.io/community

🔗Blog: https://abp.io/blog

🔗Books: https://abp.io/books

🔗Twitter: https://twitter.com/abpframework

🔗Discord: https://abp.io/community/discord

🔗Stackoverflow: https://stackoverflow.com/questions/tagged/abp

🔗YouTube: https://www.youtube.com/@Volosoft

🚀 Key Features of the ABP Framework

🟡 Modularity

🟡 Multi-Tenancy

🟡 Bootstrap Tag Helpers

🟡 Dynamic Forms

🟡 Authentication

🟡 Authorization

🟡 Distributed Event Bus

🟡 BLOB Storing

🟡 Text Templating

🟡 Tooling: ABP CLI

🟡 Cross-Cutting Concerns

🟡 Bundling & Minification

🟡 Virtual File System

🟡 Theming

🟡 Background Jobs

🟡 DDD Infrastructure

🟡 Auto REST APIs

🟡 Dynamic Client Proxies

🟡 Multiple Database Providers

🟡 Data filtering

🟡 Test Infrastructure

🟡 Audit Logging

🟡 Object to Object Mapping

🟡 Email & SMS Abstractions

🟡 Localization

🟡 Setting Management

🟡 Extension Methods

🟡 Aspect Oriented Programming

🟡 Dependency Injection

📘 Supported Database Providers

🔵 Entity Framework Core

🔵 MongoDB

🔵 Dapper

🎴 Supported UI Frameworks

🔵 Angular

🔵 Razor Pages

🔵 Blazor Web Assembly

🔵 Blazor Server

🔵 MAUI with Blazor Hybrid

📫 Bug & Support

Support for open-source ABP Framework client-side packages is available at GitHub Issues.

🏦 Go Commercial

If you are building an enterprise-level application with pro support, extra tools like a code generator, fancy themes and a microservice template, time to invest in the commercial version!

To understand how it works, see How it Works page.

If you wonder why you should choose ABP, check out Why ABP.IO Platform page.

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 is compatible.  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 is compatible. 
.NET Framework net461 was computed.  net462 was computed.  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 (87)

Showing the top 5 NuGet packages that depend on Volo.Abp.Security:

Package Downloads
Volo.Abp.Settings

Package Description

Volo.Abp.MultiTenancy

Package Description

Volo.Abp.Auditing

Package Description

Volo.Abp.Authorization

Package Description

Volo.Abp.Ddd.Application

Package Description

GitHub repositories (1)

Showing the top 1 popular GitHub repositories that depend on Volo.Abp.Security:

Repository Stars
colinin/abp-next-admin
这是基于vue-vben-admin 模板适用于abp vNext的前端管理项目
Version Downloads Last Updated
9.3.4 32,013 9/17/2025
9.3.3 21,565 9/8/2025
9.3.2 49,414 8/25/2025
9.3.1 42,330 8/11/2025
9.3.0 13,527 8/7/2025
9.3.0-rc.4 720 7/25/2025
9.3.0-rc.3 1,144 7/9/2025
9.3.0-rc.2 909 6/24/2025
9.3.0-rc.1 447 6/17/2025
9.2.4 4,170 8/12/2025
9.2.3 32,295 7/23/2025
9.2.2 40,593 7/10/2025
9.2.1 80,546 6/23/2025
9.2.0 105,428 6/2/2025
9.2.0-rc.4 1,460 5/27/2025
9.2.0-rc.3 1,413 5/13/2025
9.2.0-rc.2 1,738 4/10/2025
9.2.0-rc.1 1,207 3/25/2025
9.1.3 93,699 5/12/2025
9.1.2 29,235 5/5/2025
9.1.1 126,777 3/27/2025
9.1.0 102,868 3/5/2025
9.1.0-rc.3 466 2/25/2025
9.1.0-rc.2 636 2/11/2025
9.1.0-rc.1 639 1/16/2025
9.0.8 4,814 3/26/2025
9.0.7 4,929 3/6/2025
9.0.6 10,674 3/3/2025
9.0.5 63,123 2/13/2025
9.0.4 219,976 1/21/2025
9.0.3 89,765 1/6/2025
9.0.2 100,461 12/11/2024
9.0.1 15,488 12/3/2024
9.0.0 45,971 11/19/2024
9.0.0-rc.3 345 11/14/2024
9.0.0-rc.2 266 11/11/2024
9.0.0-rc.1 367 10/22/2024
8.3.4 309,459 11/18/2024
8.3.3 65,775 11/5/2024
8.3.2 222,907 10/17/2024
8.3.1 268,674 9/25/2024
8.3.0 333,756 9/5/2024
8.3.0-rc.3 538 8/28/2024
8.3.0-rc.2 509 8/15/2024
8.3.0-rc.1 730 7/31/2024
8.2.3 38,949 9/4/2024
8.2.2 145,524 8/14/2024
8.2.1 157,657 7/30/2024
8.2.0 440,867 6/26/2024
8.2.0-rc.5 1,003 6/14/2024
8.2.0-rc.4 438 6/7/2024
8.2.0-rc.3 890 5/23/2024
8.2.0-rc.2 368 5/21/2024
8.2.0-rc.1 185 5/20/2024
8.1.5 42,798 7/29/2024
8.1.4 88,699 6/13/2024
8.1.3 265,358 5/15/2024
8.1.2 70,899 5/13/2024
8.1.1 188,878 4/16/2024
8.1.0 88,092 4/4/2024
8.1.0-rc.4 381 4/1/2024
8.1.0-rc.3 19,712 3/19/2024
8.1.0-rc.2 31,954 2/29/2024
8.1.0-rc.1 4,198 2/14/2024
8.0.6 53,284 5/14/2024
8.0.5 140,727 3/14/2024
8.0.4 164,272 2/20/2024
8.0.3 129,042 2/7/2024
8.0.2 287,026 1/17/2024
8.0.1 128,978 1/3/2024
8.0.0 265,707 12/19/2023
8.0.0-rc.3 4,508 12/7/2023
8.0.0-rc.2 10,038 11/28/2023
8.0.0-rc.1 3,410 11/21/2023
7.4.5 171,106 12/27/2023
7.4.4 33,725 12/13/2023
7.4.3 26,795 12/6/2023
7.4.2 175,099 11/13/2023
7.4.1 50,933 10/30/2023
7.4.0 171,896 10/9/2023
7.4.0-rc.5 410 10/2/2023
7.4.0-rc.4 1,968 9/22/2023
7.4.0-rc.3 3,804 9/13/2023
7.4.0-rc.2 3,060 8/24/2023
7.4.0-rc.1 2,079 8/16/2023
7.3.3 348,528 9/14/2023
7.3.2 228,514 8/7/2023
7.3.1 128,907 7/27/2023
7.3.0 224,284 7/12/2023
7.3.0-rc.3 1,004 7/5/2023
7.3.0-rc.2 1,109 6/20/2023
7.3.0-rc.1 2,648 6/6/2023
7.2.3 176,360 7/3/2023
7.2.2 443,384 5/16/2023
7.2.1 130,750 5/2/2023
7.2.0-rc.2 353 4/25/2023
7.2.0-rc.1 908 4/11/2023
7.1.1 186,547 4/3/2023
7.1.0 224,752 3/22/2023
7.1.0-rc.3 712 3/14/2023
7.1.0-rc.2 5,919 2/23/2023
7.1.0-rc.1 1,798 2/7/2023
7.0.3 206,111 3/7/2023
7.0.2 152,192 2/21/2023
7.0.1 330,075 1/19/2023
7.0.0 391,108 1/4/2023
7.0.0-rc.6 5,221 12/28/2022
7.0.0-rc.5 8,509 12/20/2022
7.0.0-rc.4 7,601 12/12/2022
7.0.0-rc.3 2,132 12/8/2022
7.0.0-rc.2 2,982 11/21/2022
7.0.0-rc.1 3,674 11/14/2022
6.0.3 319,142 1/18/2023
6.0.2 322,308 12/6/2022
6.0.1 852,058 10/28/2022
6.0.0 620,486 10/5/2022
6.0.0-rc.5 1,186 9/27/2022
6.0.0-rc.4 8,327 9/8/2022
6.0.0-rc.3 9,353 8/23/2022
6.0.0-rc.2 8,542 8/8/2022
6.0.0-rc.1 12,611 7/26/2022
5.3.5 89,770 10/20/2022
5.3.4 590,316 8/22/2022
5.3.3 576,808 7/22/2022
5.3.2 446,542 7/7/2022
5.3.1 328,275 6/29/2022
5.3.0 511,348 6/14/2022
5.3.0-rc.3 1,645 5/31/2022
5.3.0-rc.2 1,223 5/24/2022
5.3.0-rc.1 1,437 5/5/2022
5.2.2 755,599 5/16/2022
5.2.1 707,623 4/18/2022
5.2.0 622,454 4/5/2022
5.2.0-rc.2 2,834 3/18/2022
5.2.0-rc.1 2,016 3/8/2022
5.1.4 596,913 2/28/2022
5.1.3 731,836 1/26/2022
5.1.2 202,408 1/19/2022
5.1.1 251,254 1/12/2022
5.0.2 81,526 1/17/2022
5.0.1 259,165 12/28/2021
5.0.0 252,254 12/14/2021
5.0.0-rc.2 3,647 12/8/2021
5.0.0-rc.1 5,207 11/16/2021
5.0.0-beta.3 2,980 11/3/2021
5.0.0-beta.2 1,460 10/21/2021
5.0.0-beta.1 2,495 10/5/2021
4.4.4 452,606 11/9/2021
4.4.3 453,397 9/29/2021
4.4.2 258,307 9/2/2021
4.4.1 91,772 9/1/2021
4.4.0 1,450,822 8/2/2021
4.4.0-rc.2 5,682 7/6/2021
4.4.0-rc.1 4,113 6/28/2021
4.3.3 384,403 6/17/2021
4.3.2 293,835 5/27/2021
4.3.1 173,852 5/20/2021
4.3.0 588,950 4/22/2021
4.3.0-rc.2 2,052 4/8/2021
4.3.0-rc.1 2,323 3/31/2021
4.2.2 464,143 3/4/2021
4.2.1 259,688 2/9/2021
4.2.0 179,749 1/28/2021
4.2.0-rc.2 5,953 1/18/2021
4.2.0-rc.1 816 1/14/2021
4.1.2 73,518 1/19/2021
4.1.1 71,716 1/13/2021
4.1.0 108,497 1/6/2021
4.1.0-rc.2 1,529 12/18/2020
4.1.0-rc.1 465 12/17/2020
4.0.2 282,270 12/18/2020
4.0.1 68,839 12/14/2020
4.0.0 276,251 12/3/2020
4.0.0-rc.5 2,971 12/1/2020
4.0.0-rc.4 3,331 11/24/2020
4.0.0-rc.3 2,267 11/16/2020
4.0.0-rc.2 2,531 11/13/2020
4.0.0-rc.1 1,355 11/12/2020
3.3.2 143,017 12/2/2020
3.3.1 189,333 11/3/2020
3.3.0 85,753 10/27/2020
3.3.0-rc.2 541 10/23/2020
3.3.0-rc.1 861 10/15/2020
3.2.1 362,021 10/8/2020
3.2.0 89,934 10/1/2020
3.2.0-rc.2 2,152 9/21/2020
3.2.0-rc.1 2,745 9/17/2020
3.1.2 168,953 9/11/2020
3.1.1 51,048 9/10/2020
3.1.0 188,479 9/3/2020
3.1.0-rc.4 755 9/1/2020
3.1.0-rc.3 496 8/28/2020
3.1.0-rc.2 594 8/26/2020
3.1.0-rc.1 515 8/24/2020
3.0.5 177,541 7/29/2020
3.0.4 531,437 7/14/2020
3.0.3 81,674 7/7/2020
3.0.2 81,366 7/3/2020
3.0.1 290,900 7/2/2020
3.0.0 120,846 7/1/2020
2.9.0 459,474 6/4/2020
2.8.0 184,903 5/21/2020
2.7.0 258,127 5/7/2020
2.6.2 48,425 4/24/2020
2.6.1 37,917 4/23/2020
2.6.0 126,204 4/20/2020
2.5.0 58,038 4/9/2020
2.4.1 37,219 4/9/2020
2.4.0 74,083 4/6/2020
2.3.0 83,097 3/19/2020
2.2.1 74,943 3/7/2020
2.2.0 42,279 3/5/2020
2.1.1 61,114 2/20/2020
2.1.0 38,475 2/20/2020
2.0.1 92,201 1/24/2020
2.0.0 81,584 1/13/2020
1.1.2 134,451 12/12/2019
1.1.1 37,447 12/11/2019
1.1.0 47,570 12/6/2019
1.0.2 99,726 10/22/2019
1.0.0 37,510 10/21/2019
0.22.0 47,481 10/14/2019
0.21.0 39,620 9/23/2019
0.20.1 33,070 9/23/2019
0.20.0 32,885 9/23/2019
0.19.0 142,145 8/16/2019
0.18.1 85,841 6/26/2019
0.18.0 49,749 6/21/2019
0.17.0 67,407 5/3/2019
0.16.0 50,126 4/14/2019
0.15.0 80,267 3/22/2019
0.14.0 66,217 2/23/2019
0.13.0 44,010 1/27/2019
0.12.0 35,782 1/11/2019
0.11.0 37,705 1/7/2019
0.10.0 33,651 12/21/2018
0.9.0 30,534 12/7/2018
0.8.0 31,217 11/19/2018
0.7.1 29,216 10/31/2018
0.7.0 28,245 10/26/2018
0.6.0 31,181 10/12/2018
0.5.0 34,617 9/25/2018
0.4.1 35,353 8/4/2018
0.4.0 24,031 7/15/2018
0.3.7 24,405 7/6/2018
0.3.6 27,098 7/4/2018
0.3.5 23,515 7/3/2018
0.3.4 24,016 7/2/2018
0.3.3 24,061 6/28/2018
0.3.2 24,305 6/27/2018
0.3.1 19,854 6/27/2018
0.3.0 43,492 6/27/2018