Microsoft.AspNetCore.DataProtection 3.1.21

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

ASP.NET Core logic to protect and unprotect data, similar to DPAPI.

This package was built from the source code at https://github.com/aspnet/AspNetCore/tree/458d97420a173fe87487b58ec4aa47a4c9dc4710

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 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 is compatible. 
.NET Standard netstandard2.0 is compatible.  netstandard2.1 was computed. 
.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 (279)

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

Package Downloads
Microsoft.AspNetCore.Antiforgery

An antiforgery system for ASP.NET Core designed to generate and validate tokens to prevent Cross-Site Request Forgery attacks.

Microsoft.AspNetCore.Authentication

ASP.NET Core common types used by the various authentication middleware components.

Microsoft.Identity.Web

This package enables ASP.NET Core web apps and web APIs to use the Microsoft identity platform (formerly Azure AD v2.0). This package is specifically used for web applications, which sign-in users, and protected web APIs, which optionally call downstream web APIs.

Microsoft.Identity.Web.TokenCache

This package bring token cache serializers for MSAL.NET confidential client applications.

Microsoft.AspNetCore.DataProtection.Extensions

Additional APIs for ASP.NET Core data protection. This package was built from the source code at https://github.com/dotnet/dotnet/tree/fad253f51b461736dfd3cd9c15977bb7493becef

GitHub repositories (47)

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

Repository Stars
bitwarden/server
Bitwarden infrastructure/backend (API, database, Docker, etc).
Jackett/Jackett
API Support for your favorite torrent trackers
dotnet/AspNetCore.Docs
Documentation for ASP.NET Core
dodyg/practical-aspnetcore
Practical samples of ASP.NET Core 10, 9, 8.0, 7.0, 6.0, 5.0, 3.1, 2.2, and 2.1,projects you can use. Readme contains explanations on all projects.
Azure/azure-sdk-for-net
This repository is for active development of the Azure SDK for .NET. For consumers of the SDK we recommend visiting our public developer docs at https://learn.microsoft.com/dotnet/azure/ or our versioned developer docs at https://azure.github.io/azure-sdk-for-net.
openiddict/openiddict-core
Flexible and versatile OAuth 2.0/OpenID Connect stack for .NET
dotnetcore/WTM
Use WTM to write .netcore app fast !!!
projectkudu/kudu
Kudu is the engine behind git/hg deployments, WebJobs, and various other features in Azure Web Sites. It can also run outside of Azure.
tareqimbasher/NetPad
A cross-platform C# editor and playground.
FoundatioFx/Foundatio
Pluggable foundation blocks for building distributed apps.
CoreWCF/CoreWCF
Main repository for the Core WCF project
NethermindEth/nethermind
A robust execution client for Ethereum node operators.
Azure/azure-functions-core-tools
Command line tools for Azure Functions
aspnet/Security
[Archived] Middleware for security and authorization of web apps. Project moved to https://github.com/aspnet/AspNetCore
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
BcryptNet/bcrypt.net
BCrypt.Net - Bringing updates to the original bcrypt package
NewLifeX/NewLife.Redis
High performance redis client, support NETCore/. NET4. 0/. NET4. 5. It is specially optimized for big data and message queue. The average daily consumption of online single application is 10 billion. 高性能Redis客户端,支持.NETCore/.NET4.0/.NET4.5,为大数据与消息队列而特别优化,线上单应用日均100亿调用量
streetwriters/notesnook-sync-server
Sync server for Notesnook (self-hosting in alpha)
AzureAD/microsoft-identity-web
Helps creating protected web apps and web APIs with Microsoft identity platform and Azure AD B2C
Version Downloads Last Updated
10.0.1 2,004 12/9/2025
10.0.0 428,635 11/11/2025
10.0.0-rc.2.25502.107 15,708 10/14/2025
10.0.0-rc.1.25451.107 17,045 9/9/2025
10.0.0-preview.7.25380.108 4,056 8/12/2025
10.0.0-preview.6.25358.103 914 7/15/2025
10.0.0-preview.5.25277.114 1,817 6/6/2025
10.0.0-preview.4.25258.110 2,239 5/12/2025
10.0.0-preview.3.25172.1 2,340 4/10/2025
10.0.0-preview.2.25164.1 2,878 3/18/2025
10.0.0-preview.1.25120.3 117,054 2/25/2025
9.0.11 132,454 11/11/2025
9.0.10 689,993 10/14/2025
9.0.9 1,001,163 9/9/2025
9.0.8 992,263 8/5/2025
9.0.7 744,914 7/8/2025
9.0.6 981,232 6/10/2025
9.0.5 869,284 5/13/2025
9.0.4 1,020,845 4/8/2025
9.0.3 809,055 3/11/2025
9.0.2 1,084,521 2/11/2025
9.0.1 1,542,722 1/14/2025
9.0.0 14,764,580 11/12/2024
9.0.0-rc.2.24474.3 268,427 10/8/2024
9.0.0-rc.1.24452.1 174,901 9/10/2024
9.0.0-preview.7.24406.2 5,008 8/13/2024
9.0.0-preview.6.24328.4 157,800 7/9/2024
9.0.0-preview.5.24306.11 1,267 6/11/2024
9.0.0-preview.4.24267.6 8,306 5/21/2024
9.0.0-preview.3.24172.13 76,536 4/11/2024
9.0.0-preview.2.24128.4 21,532 3/12/2024
9.0.0-preview.1.24081.5 21,517 2/13/2024
8.0.22 213,393 11/11/2025
8.0.21 245,070 10/14/2025
8.0.20 292,364 9/9/2025
8.0.19 1,075,872 8/4/2025
8.0.18 291,346 7/8/2025
8.0.17 1,177,561 6/10/2025
8.0.16 2,458,509 5/13/2025
8.0.15 972,080 4/8/2025
8.0.14 763,808 3/11/2025
8.0.13 989,071 2/11/2025
8.0.12 1,102,827 1/14/2025
8.0.11 7,913,635 11/12/2024
8.0.10 3,795,218 10/8/2024
8.0.8 3,812,681 8/13/2024
8.0.7 2,394,250 7/9/2024
8.0.6 3,967,468 5/28/2024
8.0.5 955,340 5/14/2024
8.0.4 5,517,300 4/9/2024
8.0.3 1,947,288 3/12/2024
8.0.2 1,910,681 2/13/2024
8.0.1 31,325,970 1/9/2024
8.0.0 26,820,603 11/14/2023
8.0.0-rc.2.23480.2 1,281,930 10/10/2023
8.0.0-rc.1.23421.29 131,627 9/12/2023
8.0.0-preview.7.23375.9 502,017 8/8/2023
8.0.0-preview.6.23329.11 7,766 7/11/2023
8.0.0-preview.5.23302.2 4,023 6/13/2023
8.0.0-preview.4.23260.4 264,740 5/16/2023
8.0.0-preview.3.23177.8 6,675 4/11/2023
8.0.0-preview.2.23153.2 2,482 3/14/2023
8.0.0-preview.1.23112.2 55,347 2/21/2023
7.0.20 455,704 5/28/2024
7.0.19 68,354 5/14/2024
7.0.18 156,832 4/9/2024
7.0.17 320,449 3/12/2024
7.0.16 199,997 2/13/2024
7.0.15 242,221 1/9/2024
7.0.14 697,766 11/14/2023
7.0.13 778,037 10/24/2023
7.0.12 1,547,272 10/10/2023
7.0.11 1,138,724 9/12/2023
7.0.10 2,220,543 8/8/2023
7.0.9 2,137,900 7/11/2023
7.0.8 527,056 6/22/2023
7.0.7 1,565,811 6/13/2023
7.0.5 4,007,842 4/11/2023
7.0.4 1,846,828 3/14/2023
7.0.3 3,003,156 2/14/2023
7.0.2 1,051,100 1/10/2023
7.0.1 643,630 12/13/2022
7.0.0 3,511,763 11/7/2022
7.0.0-rc.2.22476.2 33,390 10/11/2022
7.0.0-rc.1.22427.2 5,974 9/14/2022
7.0.0-preview.7.22376.6 5,387 8/9/2022
7.0.0-preview.6.22330.3 19,736 7/12/2022
7.0.0-preview.5.22303.8 1,694 6/14/2022
7.0.0-preview.4.22251.1 7,085 5/10/2022
7.0.0-preview.3.22178.4 1,557 4/13/2022
7.0.0-preview.2.22153.2 12,218 3/14/2022
7.0.0-preview.1.22109.13 2,836 2/17/2022
6.0.36 365,563 11/12/2024
6.0.35 148,258 10/8/2024
6.0.33 1,030,889 8/13/2024
6.0.32 132,836 7/9/2024
6.0.31 160,726 5/28/2024
6.0.30 104,824 5/14/2024
6.0.29 335,861 4/9/2024
6.0.28 323,434 3/12/2024
6.0.27 472,542 2/13/2024
6.0.26 354,631 1/9/2024
6.0.25 811,475 11/14/2023
6.0.24 291,346 10/24/2023
6.0.23 1,248,528 10/10/2023
6.0.22 1,033,714 9/12/2023
6.0.21 1,569,978 8/8/2023
6.0.20 1,262,692 7/11/2023
6.0.19 207,311 6/22/2023
6.0.18 1,085,204 6/13/2023
6.0.16 2,966,000 4/11/2023
6.0.15 1,122,754 3/14/2023
6.0.14 1,427,589 2/14/2023
6.0.13 1,335,065 1/10/2023
6.0.12 413,026 12/13/2022
6.0.11 1,280,567 11/7/2022
6.0.10 2,150,806 10/11/2022
6.0.9 1,656,881 9/13/2022
6.0.8 1,747,634 8/9/2022
6.0.7 1,924,195 7/12/2022
6.0.6 1,320,953 6/14/2022
6.0.5 2,205,417 5/10/2022
6.0.4 1,508,569 4/11/2022
6.0.3 1,484,638 3/8/2022
6.0.2 1,186,933 2/8/2022
6.0.1 3,615,470 12/14/2021
6.0.0 7,515,177 11/8/2021
6.0.0-rc.2.21480.10 16,780 10/12/2021
6.0.0-rc.1.21452.15 4,414 9/14/2021
6.0.0-preview.7.21378.6 7,684 8/10/2021
6.0.0-preview.6.21355.2 1,693 7/14/2021
6.0.0-preview.5.21301.17 2,079 6/15/2021
6.0.0-preview.4.21253.5 1,644 5/24/2021
6.0.0-preview.3.21201.13 3,194 4/8/2021
6.0.0-preview.2.21154.6 1,550 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 2,221 2/12/2021 6.0.0-preview.1.21103.6 is deprecated because it is no longer maintained.
5.0.17 899,075 5/10/2022 5.0.17 is deprecated because it is no longer maintained.
5.0.16 107,427 4/11/2022 5.0.16 is deprecated because it is no longer maintained.
5.0.15 223,435 3/8/2022 5.0.15 is deprecated because it is no longer maintained.
5.0.14 251,713 2/8/2022 5.0.14 is deprecated because it is no longer maintained.
5.0.13 247,878 12/14/2021 5.0.13 is deprecated because it is no longer maintained.
5.0.12 458,723 11/7/2021 5.0.12 is deprecated because it is no longer maintained.
5.0.11 734,625 10/12/2021 5.0.11 is deprecated because it is no longer maintained.
5.0.10 668,176 9/14/2021 5.0.10 is deprecated because it is no longer maintained.
5.0.9 1,110,382 8/10/2021 5.0.9 is deprecated because it is no longer maintained.
5.0.8 36,028,277 7/13/2021 5.0.8 is deprecated because it is no longer maintained.
5.0.7 879,322 6/8/2021 5.0.7 is deprecated because it is no longer maintained.
5.0.6 878,681 5/11/2021 5.0.6 is deprecated because it is no longer maintained.
5.0.5 7,900,172 4/6/2021 5.0.5 is deprecated because it is no longer maintained.
5.0.4 569,413 3/9/2021 5.0.4 is deprecated because it is no longer maintained.
5.0.3 684,983 2/9/2021 5.0.3 is deprecated because it is no longer maintained.
5.0.2 1,269,264 1/12/2021 5.0.2 is deprecated because it is no longer maintained.
5.0.1 598,499 12/8/2020 5.0.1 is deprecated because it is no longer maintained.
5.0.0 729,459 11/9/2020 5.0.0 is deprecated because it is no longer maintained.
5.0.0-rc.2.20475.17 8,148 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 65,524 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 24,384 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 3,172 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 5,070 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 1,458 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 2,818 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 3,452 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 1,632 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 1,579 3/16/2020 5.0.0-preview.1.20124.5 is deprecated because it is no longer maintained.
3.1.32 15,222,579 12/13/2022
3.1.31 784,813 11/8/2022
3.1.30 489,392 10/11/2022
3.1.29 71,658 9/13/2022
3.1.28 4,553,869 8/9/2022
3.1.27 97,134 7/12/2022
3.1.26 84,449 6/14/2022
3.1.25 85,552 5/10/2022
3.1.24 2,600,909 4/11/2022
3.1.23 456,381 3/8/2022
3.1.22 1,145,188 12/14/2021
3.1.21 439,486 11/7/2021
3.1.20 206,187 10/11/2021
3.1.19 190,938 9/14/2021
3.1.18 465,321 8/10/2021
3.1.17 402,047 7/13/2021
3.1.16 390,039 6/8/2021
3.1.15 378,530 5/11/2021
3.1.14 676,575 4/6/2021
3.1.13 370,780 3/9/2021
3.1.12 608,948 2/9/2021
3.1.11 344,382 1/12/2021
3.1.10 809,333 11/9/2020
3.1.9 1,704,453 10/13/2020
3.1.8 1,637,717 9/8/2020
3.1.7 1,309,837 8/11/2020
3.1.6 1,197,946 7/14/2020
3.1.5 1,313,361 6/9/2020
3.1.4 2,116,738 5/12/2020
3.1.3 2,297,589 3/24/2020
3.1.2 1,348,346 2/18/2020
3.1.1 1,494,041 1/14/2020
3.1.0 2,314,933 12/3/2019
3.1.0-preview3.19555.2 3,772 11/13/2019 3.1.0-preview3.19555.2 is deprecated because it is no longer maintained.
3.1.0-preview2.19528.8 3,055 11/1/2019 3.1.0-preview2.19528.8 is deprecated because it is no longer maintained.
3.1.0-preview1.19508.20 1,434 10/15/2019 3.1.0-preview1.19508.20 is deprecated because it is no longer maintained.
3.0.3 112,899 2/18/2020 3.0.3 is deprecated because it is no longer maintained.
3.0.2 70,250 1/14/2020 3.0.2 is deprecated because it is no longer maintained.
3.0.0 2,987,707 9/23/2019 3.0.0 is deprecated because it is no longer maintained.
3.0.0-rc1.19457.4 5,174 9/16/2019 3.0.0-rc1.19457.4 is deprecated because it is no longer maintained.
3.0.0-preview9.19424.4 5,552 9/4/2019 3.0.0-preview9.19424.4 is deprecated because it is no longer maintained.
3.0.0-preview8.19405.7 7,485 8/13/2019 3.0.0-preview8.19405.7 is deprecated because it is no longer maintained.
3.0.0-preview7.19365.7 6,784 7/23/2019 3.0.0-preview7.19365.7 is deprecated because it is no longer maintained.
2.3.0 12,500,957 1/14/2025
2.2.0 267,301,424 12/3/2018 2.2.0 is deprecated because it is no longer maintained.
2.2.0-preview3-35497 141,818 10/17/2018 2.2.0-preview3-35497 is deprecated because it is no longer maintained.
2.2.0-preview2-35157 235,014 9/12/2018 2.2.0-preview2-35157 is deprecated because it is no longer maintained.
2.2.0-preview1-35029 57,179 8/22/2018 2.2.0-preview1-35029 is deprecated because it is no longer maintained.
2.1.1 63,697,011 6/18/2018
2.1.0 58,714,263 5/29/2018
2.1.0-rc1-final 206,177 5/6/2018 2.1.0-rc1-final is deprecated because it is no longer maintained.
2.1.0-preview2-final 277,153 4/10/2018 2.1.0-preview2-final is deprecated because it is no longer maintained.
2.1.0-preview1-final 223,392 2/26/2018 2.1.0-preview1-final is deprecated because it is no longer maintained.
2.0.3 13,701,076 5/7/2018 2.0.3 is deprecated because it is no longer maintained.
2.0.2 14,235,588 3/13/2018 2.0.2 is deprecated because it is no longer maintained.
2.0.1 24,274,281 11/14/2017 2.0.1 is deprecated because it is no longer maintained.
2.0.0 65,422,866 8/11/2017 2.0.0 is deprecated because it is no longer maintained.
2.0.0-preview2-final 119,430 6/27/2017 2.0.0-preview2-final is deprecated because it is no longer maintained.
2.0.0-preview1-final 43,173 5/10/2017 2.0.0-preview1-final is deprecated because it is no longer maintained.
1.1.3 3,036,074 9/20/2017 1.1.3 is deprecated because it is no longer maintained.
1.1.2 4,753,096 5/9/2017 1.1.2 is deprecated because it is no longer maintained.
1.1.1 4,758,660 3/6/2017 1.1.1 is deprecated because it is no longer maintained.
1.1.0 3,737,806 11/16/2016 1.1.0 is deprecated because it is no longer maintained.
1.1.0-preview1-final 189,898 10/24/2016 1.1.0-preview1-final is deprecated because it is no longer maintained.
1.0.5 952,359 11/14/2017 1.0.5 is deprecated because it is no longer maintained.
1.0.4 90,830 9/20/2017 1.0.4 is deprecated because it is no longer maintained.
1.0.3 349,619 5/9/2017 1.0.3 is deprecated because it is no longer maintained.
1.0.2 3,423,541 3/6/2017 1.0.2 is deprecated because it is no longer maintained.
1.0.1 682,565 12/12/2016 1.0.1 is deprecated because it is no longer maintained.
1.0.0 10,602,365 6/27/2016 1.0.0 is deprecated because it is no longer maintained.
1.0.0-rc2-final 255,221 5/16/2016 1.0.0-rc2-final is deprecated because it is no longer maintained.