Microsoft.AspNetCore.DataProtection 6.0.35

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 6.0.35
                    
NuGet\Install-Package Microsoft.AspNetCore.DataProtection -Version 6.0.35
                    
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="6.0.35" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Microsoft.AspNetCore.DataProtection" Version="6.0.35" />
                    
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 6.0.35
                    
#r "nuget: Microsoft.AspNetCore.DataProtection, 6.0.35"
                    
#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.
#addin nuget:?package=Microsoft.AspNetCore.DataProtection&version=6.0.35
                    
Install Microsoft.AspNetCore.DataProtection as a Cake Addin
#tool nuget:?package=Microsoft.AspNetCore.DataProtection&version=6.0.35
                    
Install Microsoft.AspNetCore.DataProtection 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/dotnet/aspnetcore/tree/827b96040e62e5aa47d829bfa61c000d315d4f2e

Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 is compatible.  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 was computed. 
.NET Standard netstandard2.0 is compatible.  netstandard2.1 was computed. 
.NET Framework net461 is compatible.  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 (260)

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/c22dcd0c7a78d095a94d20e59ec0271b9924c82c

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 Preview 4, 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.
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
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亿调用量
riganti/dotvvm
Open source MVVM framework for Web Apps
lanedirt/AliasVault
A self-hostable, end-to-end encrypted password manager with a built-in alias generator and email server.
AzureAD/microsoft-identity-web
Helps creating protected web apps and web APIs with Microsoft identity platform and Azure AD B2C
Aguafrommars/TheIdServer
OpenID/Connect, OAuth2, WS-Federation and SAML 2.0 server based on Duende IdentityServer and ITFoxtec Identity SAML 2.0 with its admin UI
Version Downloads Last updated
10.0.0-preview.4.25258.110 564 5/12/2025
10.0.0-preview.3.25172.1 1,619 4/10/2025
10.0.0-preview.2.25164.1 1,074 3/18/2025
10.0.0-preview.1.25120.3 1,688 2/25/2025
9.0.5 89,457 5/13/2025
9.0.4 444,233 4/8/2025
9.0.3 414,718 3/11/2025
9.0.2 648,148 2/11/2025
9.0.1 820,689 1/14/2025
9.0.0 5,396,528 11/12/2024
9.0.0-rc.2.24474.3 184,091 10/8/2024
9.0.0-rc.1.24452.1 121,783 9/10/2024
9.0.0-preview.7.24406.2 3,250 8/13/2024
9.0.0-preview.6.24328.4 77,721 7/9/2024
9.0.0-preview.5.24306.11 1,038 6/11/2024
9.0.0-preview.4.24267.6 7,679 5/21/2024
9.0.0-preview.3.24172.13 76,091 4/11/2024
9.0.0-preview.2.24128.4 21,148 3/12/2024
9.0.0-preview.1.24081.5 21,316 2/13/2024
8.0.16 38,858 5/13/2025
8.0.15 287,661 4/8/2025
8.0.14 443,198 3/11/2025
8.0.13 530,507 2/11/2025
8.0.12 586,990 1/14/2025
8.0.11 3,549,720 11/12/2024
8.0.10 2,397,436 10/8/2024
8.0.8 2,783,118 8/13/2024
8.0.7 1,815,508 7/9/2024
8.0.6 2,697,580 5/28/2024
8.0.5 715,758 5/14/2024
8.0.4 3,716,604 4/9/2024
8.0.3 1,494,109 3/12/2024
8.0.2 1,457,274 2/13/2024
8.0.1 17,061,456 1/9/2024
8.0.0 21,621,506 11/14/2023
8.0.0-rc.2.23480.2 977,468 10/10/2023
8.0.0-rc.1.23421.29 92,359 9/12/2023
8.0.0-preview.7.23375.9 359,210 8/8/2023
8.0.0-preview.6.23329.11 7,607 7/11/2023
8.0.0-preview.5.23302.2 3,848 6/13/2023
8.0.0-preview.4.23260.4 254,223 5/16/2023
8.0.0-preview.3.23177.8 6,451 4/11/2023
8.0.0-preview.2.23153.2 2,300 3/14/2023
8.0.0-preview.1.23112.2 55,168 2/21/2023
7.0.20 280,779 5/28/2024
7.0.19 22,810 5/14/2024
7.0.18 108,331 4/9/2024
7.0.17 275,165 3/12/2024
7.0.16 151,426 2/13/2024
7.0.15 194,086 1/9/2024
7.0.14 639,291 11/14/2023
7.0.13 678,108 10/24/2023
7.0.12 1,393,300 10/10/2023
7.0.11 1,048,031 9/12/2023
7.0.10 2,018,572 8/8/2023
7.0.9 1,959,087 7/11/2023
7.0.8 461,058 6/22/2023
7.0.7 1,359,623 6/13/2023
7.0.5 3,560,035 4/11/2023
7.0.4 1,673,294 3/14/2023
7.0.3 2,833,299 2/14/2023
7.0.2 961,339 1/10/2023
7.0.1 575,659 12/13/2022
7.0.0 3,155,423 11/7/2022
7.0.0-rc.2.22476.2 32,967 10/11/2022
7.0.0-rc.1.22427.2 5,795 9/14/2022
7.0.0-preview.7.22376.6 5,202 8/9/2022
7.0.0-preview.6.22330.3 19,532 7/12/2022
7.0.0-preview.5.22303.8 1,517 6/14/2022
7.0.0-preview.4.22251.1 6,760 5/10/2022
7.0.0-preview.3.22178.4 1,361 4/13/2022
7.0.0-preview.2.22153.2 10,138 3/14/2022
7.0.0-preview.1.22109.13 2,648 2/17/2022
6.0.36 140,114 11/12/2024
6.0.35 62,425 10/8/2024
6.0.33 501,524 8/13/2024
6.0.32 75,081 7/9/2024
6.0.31 104,930 5/28/2024
6.0.30 51,382 5/14/2024
6.0.29 248,520 4/9/2024
6.0.28 242,544 3/12/2024
6.0.27 340,516 2/13/2024
6.0.26 278,791 1/9/2024
6.0.25 678,628 11/14/2023
6.0.24 223,773 10/24/2023
6.0.23 1,149,696 10/10/2023
6.0.22 921,269 9/12/2023
6.0.21 1,418,751 8/8/2023
6.0.20 1,180,915 7/11/2023
6.0.19 154,420 6/22/2023
6.0.18 994,986 6/13/2023
6.0.16 2,737,710 4/11/2023
6.0.15 1,035,077 3/14/2023
6.0.14 1,335,131 2/14/2023
6.0.13 1,218,202 1/10/2023
6.0.12 344,945 12/13/2022
6.0.11 1,185,856 11/7/2022
6.0.10 1,915,293 10/11/2022
6.0.9 1,545,618 9/13/2022
6.0.8 1,626,238 8/9/2022
6.0.7 1,770,536 7/12/2022
6.0.6 1,202,548 6/14/2022
6.0.5 2,053,097 5/10/2022
6.0.4 1,412,050 4/11/2022
6.0.3 1,374,464 3/8/2022
6.0.2 1,099,283 2/8/2022
6.0.1 3,293,481 12/14/2021
6.0.0 6,612,150 11/8/2021
6.0.0-rc.2.21480.10 15,281 10/12/2021
6.0.0-rc.1.21452.15 4,218 9/14/2021
6.0.0-preview.7.21378.6 7,329 8/10/2021
6.0.0-preview.6.21355.2 1,511 7/14/2021
6.0.0-preview.5.21301.17 1,905 6/15/2021
6.0.0-preview.4.21253.5 1,461 5/24/2021
6.0.0-preview.3.21201.13 3,005 4/8/2021
6.0.0-preview.2.21154.6 1,304 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 1,978 2/12/2021 6.0.0-preview.1.21103.6 is deprecated because it is no longer maintained.
5.0.17 778,123 5/10/2022 5.0.17 is deprecated because it is no longer maintained.
5.0.16 63,167 4/11/2022 5.0.16 is deprecated because it is no longer maintained.
5.0.15 178,331 3/8/2022 5.0.15 is deprecated because it is no longer maintained.
5.0.14 195,218 2/8/2022 5.0.14 is deprecated because it is no longer maintained.
5.0.13 202,581 12/14/2021 5.0.13 is deprecated because it is no longer maintained.
5.0.12 406,401 11/7/2021 5.0.12 is deprecated because it is no longer maintained.
5.0.11 683,326 10/12/2021 5.0.11 is deprecated because it is no longer maintained.
5.0.10 609,121 9/14/2021 5.0.10 is deprecated because it is no longer maintained.
5.0.9 859,060 8/10/2021 5.0.9 is deprecated because it is no longer maintained.
5.0.8 33,516,335 7/13/2021 5.0.8 is deprecated because it is no longer maintained.
5.0.7 820,036 6/8/2021 5.0.7 is deprecated because it is no longer maintained.
5.0.6 807,632 5/11/2021 5.0.6 is deprecated because it is no longer maintained.
5.0.5 6,994,047 4/6/2021 5.0.5 is deprecated because it is no longer maintained.
5.0.4 499,670 3/9/2021 5.0.4 is deprecated because it is no longer maintained.
5.0.3 629,445 2/9/2021 5.0.3 is deprecated because it is no longer maintained.
5.0.2 1,175,536 1/12/2021 5.0.2 is deprecated because it is no longer maintained.
5.0.1 533,437 12/8/2020 5.0.1 is deprecated because it is no longer maintained.
5.0.0 663,542 11/9/2020 5.0.0 is deprecated because it is no longer maintained.
5.0.0-rc.2.20475.17 7,812 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 61,650 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 23,667 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 2,915 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 4,160 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,196 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,570 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,167 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,370 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,326 3/16/2020 5.0.0-preview.1.20124.5 is deprecated because it is no longer maintained.
3.1.32 11,745,185 12/13/2022
3.1.31 710,514 11/8/2022
3.1.30 404,757 10/11/2022
3.1.29 27,948 9/13/2022
3.1.28 4,103,050 8/9/2022
3.1.27 53,310 7/12/2022
3.1.26 39,379 6/14/2022
3.1.25 40,661 5/10/2022
3.1.24 2,130,116 4/11/2022
3.1.23 387,136 3/8/2022
3.1.22 1,060,592 12/14/2021
3.1.21 388,675 11/7/2021
3.1.20 160,937 10/11/2021
3.1.19 143,271 9/14/2021
3.1.18 414,677 8/10/2021
3.1.17 348,460 7/13/2021
3.1.16 334,893 6/8/2021
3.1.15 325,239 5/11/2021
3.1.14 627,610 4/6/2021
3.1.13 317,200 3/9/2021
3.1.12 549,684 2/9/2021
3.1.11 292,718 1/12/2021
3.1.10 750,388 11/9/2020
3.1.9 1,590,489 10/13/2020
3.1.8 1,557,141 9/8/2020
3.1.7 1,242,986 8/11/2020
3.1.6 1,113,635 7/14/2020
3.1.5 1,227,767 6/9/2020
3.1.4 1,986,113 5/12/2020
3.1.3 2,114,183 3/24/2020
3.1.2 1,277,143 2/18/2020
3.1.1 1,413,191 1/14/2020
3.1.0 2,131,796 12/3/2019
3.1.0-preview3.19555.2 3,082 11/13/2019 3.1.0-preview3.19555.2 is deprecated because it is no longer maintained.
3.1.0-preview2.19528.8 2,797 11/1/2019 3.1.0-preview2.19528.8 is deprecated because it is no longer maintained.
3.1.0-preview1.19508.20 1,164 10/15/2019 3.1.0-preview1.19508.20 is deprecated because it is no longer maintained.
3.0.3 68,195 2/18/2020 3.0.3 is deprecated because it is no longer maintained.
3.0.2 26,733 1/14/2020 3.0.2 is deprecated because it is no longer maintained.
3.0.0 2,797,447 9/23/2019 3.0.0 is deprecated because it is no longer maintained.
3.0.0-rc1.19457.4 4,922 9/16/2019 3.0.0-rc1.19457.4 is deprecated because it is no longer maintained.
3.0.0-preview9.19424.4 5,282 9/4/2019 3.0.0-preview9.19424.4 is deprecated because it is no longer maintained.
3.0.0-preview8.19405.7 6,494 8/13/2019 3.0.0-preview8.19405.7 is deprecated because it is no longer maintained.
3.0.0-preview7.19365.7 6,061 7/23/2019 3.0.0-preview7.19365.7 is deprecated because it is no longer maintained.
2.3.0 2,578,675 1/14/2025
2.2.0 239,346,712 12/3/2018 2.2.0 is deprecated because it is no longer maintained.
2.2.0-preview3-35497 139,090 10/17/2018 2.2.0-preview3-35497 is deprecated because it is no longer maintained.
2.2.0-preview2-35157 230,053 9/12/2018 2.2.0-preview2-35157 is deprecated because it is no longer maintained.
2.2.0-preview1-35029 55,095 8/22/2018 2.2.0-preview1-35029 is deprecated because it is no longer maintained.
2.1.1 57,454,068 6/18/2018
2.1.0 55,702,287 5/29/2018
2.1.0-rc1-final 193,710 5/6/2018 2.1.0-rc1-final is deprecated because it is no longer maintained.
2.1.0-preview2-final 258,912 4/10/2018 2.1.0-preview2-final is deprecated because it is no longer maintained.
2.1.0-preview1-final 213,382 2/26/2018 2.1.0-preview1-final is deprecated because it is no longer maintained.
2.0.3 13,090,983 5/7/2018 2.0.3 is deprecated because it is no longer maintained.
2.0.2 13,746,932 3/13/2018 2.0.2 is deprecated because it is no longer maintained.
2.0.1 23,224,129 11/14/2017 2.0.1 is deprecated because it is no longer maintained.
2.0.0 61,980,977 8/11/2017 2.0.0 is deprecated because it is no longer maintained.
2.0.0-preview2-final 115,408 6/27/2017 2.0.0-preview2-final is deprecated because it is no longer maintained.
2.0.0-preview1-final 41,894 5/10/2017 2.0.0-preview1-final is deprecated because it is no longer maintained.
1.1.3 2,807,665 9/20/2017 1.1.3 is deprecated because it is no longer maintained.
1.1.2 4,560,702 5/9/2017 1.1.2 is deprecated because it is no longer maintained.
1.1.1 4,603,913 3/6/2017 1.1.1 is deprecated because it is no longer maintained.
1.1.0 3,484,883 11/16/2016 1.1.0 is deprecated because it is no longer maintained.
1.1.0-preview1-final 188,128 10/24/2016 1.1.0-preview1-final is deprecated because it is no longer maintained.
1.0.5 857,373 11/14/2017 1.0.5 is deprecated because it is no longer maintained.
1.0.4 42,186 9/20/2017 1.0.4 is deprecated because it is no longer maintained.
1.0.3 220,711 5/9/2017 1.0.3 is deprecated because it is no longer maintained.
1.0.2 3,252,550 3/6/2017 1.0.2 is deprecated because it is no longer maintained.
1.0.1 632,516 12/12/2016 1.0.1 is deprecated because it is no longer maintained.
1.0.0 9,897,487 6/27/2016 1.0.0 is deprecated because it is no longer maintained.
1.0.0-rc2-final 245,470 5/16/2016 1.0.0-rc2-final is deprecated because it is no longer maintained.