Microsoft.AspNetCore.DataProtection 1.0.0-rc2-final

Prefix Reserved
Additional Details

This package has been deprecated as part of the .NET Package Deprecation effort. You can learn more about it from https://github.com/dotnet/announcements/issues/217

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

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

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 netcoreapp1.0 was computed.  netcoreapp1.1 was computed.  netcoreapp2.0 was computed.  netcoreapp2.1 was computed.  netcoreapp2.2 was computed.  netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard1.3 is compatible.  netstandard1.4 was computed.  netstandard1.5 was computed.  netstandard1.6 was computed.  netstandard2.0 was computed.  netstandard2.1 was computed. 
.NET Framework net451 is compatible.  net452 was computed.  net46 was computed.  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 tizen30 was computed.  tizen40 was computed.  tizen60 was computed. 
Universal Windows Platform uap was computed.  uap10.0 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 (273)

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/2db1f5ee2bdda2e8d873769325fabede32e420e0

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 RC 1, 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
aliasvault/aliasvault
Privacy-first password manager with built-in email aliasing. Fully encrypted and self-hostable.
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亿调用量
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-rc.1.25451.107 4,156 9/9/2025
10.0.0-preview.7.25380.108 3,446 8/12/2025
10.0.0-preview.6.25358.103 754 7/15/2025
10.0.0-preview.5.25277.114 1,709 6/6/2025
10.0.0-preview.4.25258.110 1,829 5/12/2025
10.0.0-preview.3.25172.1 2,131 4/10/2025
10.0.0-preview.2.25164.1 1,897 3/18/2025
10.0.0-preview.1.25120.3 79,585 2/25/2025
9.0.9 85,512 9/9/2025
9.0.8 532,841 8/5/2025
9.0.7 453,309 7/8/2025
9.0.6 695,048 6/10/2025
9.0.5 662,187 5/13/2025
9.0.4 836,964 4/8/2025
9.0.3 656,622 3/11/2025
9.0.2 920,559 2/11/2025
9.0.1 1,251,740 1/14/2025
9.0.0 10,098,302 11/12/2024
9.0.0-rc.2.24474.3 230,577 10/8/2024
9.0.0-rc.1.24452.1 153,522 9/10/2024
9.0.0-preview.7.24406.2 3,675 8/13/2024
9.0.0-preview.6.24328.4 117,935 7/9/2024
9.0.0-preview.5.24306.11 1,162 6/11/2024
9.0.0-preview.4.24267.6 8,112 5/21/2024
9.0.0-preview.3.24172.13 76,343 4/11/2024
9.0.0-preview.2.24128.4 21,382 3/12/2024
9.0.0-preview.1.24081.5 21,442 2/13/2024
8.0.20 32,019 9/9/2025
8.0.19 382,688 8/4/2025
8.0.18 153,613 7/8/2025
8.0.17 986,868 6/10/2025
8.0.16 1,057,686 5/13/2025
8.0.15 691,965 4/8/2025
8.0.14 615,586 3/11/2025
8.0.13 803,112 2/11/2025
8.0.12 865,910 1/14/2025
8.0.11 5,983,453 11/12/2024
8.0.10 3,198,780 10/8/2024
8.0.8 3,375,783 8/13/2024
8.0.7 2,129,703 7/9/2024
8.0.6 3,368,815 5/28/2024
8.0.5 851,398 5/14/2024
8.0.4 4,614,368 4/9/2024
8.0.3 1,738,835 3/12/2024
8.0.2 1,659,226 2/13/2024
8.0.1 24,770,137 1/9/2024
8.0.0 24,624,268 11/14/2023
8.0.0-rc.2.23480.2 1,146,442 10/10/2023
8.0.0-rc.1.23421.29 112,329 9/12/2023
8.0.0-preview.7.23375.9 440,719 8/8/2023
8.0.0-preview.6.23329.11 7,697 7/11/2023
8.0.0-preview.5.23302.2 3,952 6/13/2023
8.0.0-preview.4.23260.4 261,271 5/16/2023
8.0.0-preview.3.23177.8 6,564 4/11/2023
8.0.0-preview.2.23153.2 2,408 3/14/2023
8.0.0-preview.1.23112.2 55,274 2/21/2023
7.0.20 371,187 5/28/2024
7.0.19 39,236 5/14/2024
7.0.18 125,771 4/9/2024
7.0.17 291,450 3/12/2024
7.0.16 170,483 2/13/2024
7.0.15 212,542 1/9/2024
7.0.14 663,030 11/14/2023
7.0.13 724,357 10/24/2023
7.0.12 1,479,192 10/10/2023
7.0.11 1,088,415 9/12/2023
7.0.10 2,128,067 8/8/2023
7.0.9 2,051,740 7/11/2023
7.0.8 489,366 6/22/2023
7.0.7 1,474,850 6/13/2023
7.0.5 3,801,583 4/11/2023
7.0.4 1,763,461 3/14/2023
7.0.3 2,919,414 2/14/2023
7.0.2 1,000,396 1/10/2023
7.0.1 605,931 12/13/2022
7.0.0 3,332,070 11/7/2022
7.0.0-rc.2.22476.2 33,166 10/11/2022
7.0.0-rc.1.22427.2 5,902 9/14/2022
7.0.0-preview.7.22376.6 5,310 8/9/2022
7.0.0-preview.6.22330.3 19,651 7/12/2022
7.0.0-preview.5.22303.8 1,622 6/14/2022
7.0.0-preview.4.22251.1 6,975 5/10/2022
7.0.0-preview.3.22178.4 1,482 4/13/2022
7.0.0-preview.2.22153.2 11,558 3/14/2022
7.0.0-preview.1.22109.13 2,764 2/17/2022
6.0.36 252,750 11/12/2024
6.0.35 94,784 10/8/2024
6.0.33 787,402 8/13/2024
6.0.32 97,513 7/9/2024
6.0.31 127,715 5/28/2024
6.0.30 72,319 5/14/2024
6.0.29 291,759 4/9/2024
6.0.28 280,103 3/12/2024
6.0.27 406,534 2/13/2024
6.0.26 310,478 1/9/2024
6.0.25 756,707 11/14/2023
6.0.24 250,799 10/24/2023
6.0.23 1,203,254 10/10/2023
6.0.22 974,767 9/12/2023
6.0.21 1,495,488 8/8/2023
6.0.20 1,219,258 7/11/2023
6.0.19 174,268 6/22/2023
6.0.18 1,036,846 6/13/2023
6.0.16 2,855,527 4/11/2023
6.0.15 1,076,640 3/14/2023
6.0.14 1,378,884 2/14/2023
6.0.13 1,273,328 1/10/2023
6.0.12 372,077 12/13/2022
6.0.11 1,232,123 11/7/2022
6.0.10 2,043,663 10/11/2022
6.0.9 1,600,855 9/13/2022
6.0.8 1,685,148 8/9/2022
6.0.7 1,855,065 7/12/2022
6.0.6 1,261,353 6/14/2022
6.0.5 2,129,089 5/10/2022
6.0.4 1,453,890 4/11/2022
6.0.3 1,428,427 3/8/2022
6.0.2 1,135,654 2/8/2022
6.0.1 3,455,786 12/14/2021
6.0.0 7,139,526 11/8/2021
6.0.0-rc.2.21480.10 15,958 10/12/2021
6.0.0-rc.1.21452.15 4,328 9/14/2021
6.0.0-preview.7.21378.6 7,437 8/10/2021
6.0.0-preview.6.21355.2 1,618 7/14/2021
6.0.0-preview.5.21301.17 2,003 6/15/2021
6.0.0-preview.4.21253.5 1,565 5/24/2021
6.0.0-preview.3.21201.13 3,116 4/8/2021
6.0.0-preview.2.21154.6 1,455 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,126 2/12/2021 6.0.0-preview.1.21103.6 is deprecated because it is no longer maintained.
5.0.17 840,273 5/10/2022 5.0.17 is deprecated because it is no longer maintained.
5.0.16 78,985 4/11/2022 5.0.16 is deprecated because it is no longer maintained.
5.0.15 194,688 3/8/2022 5.0.15 is deprecated because it is no longer maintained.
5.0.14 217,872 2/8/2022 5.0.14 is deprecated because it is no longer maintained.
5.0.13 218,941 12/14/2021 5.0.13 is deprecated because it is no longer maintained.
5.0.12 426,857 11/7/2021 5.0.12 is deprecated because it is no longer maintained.
5.0.11 702,666 10/12/2021 5.0.11 is deprecated because it is no longer maintained.
5.0.10 630,444 9/14/2021 5.0.10 is deprecated because it is no longer maintained.
5.0.9 982,605 8/10/2021 5.0.9 is deprecated because it is no longer maintained.
5.0.8 34,931,213 7/13/2021 5.0.8 is deprecated because it is no longer maintained.
5.0.7 844,696 6/8/2021 5.0.7 is deprecated because it is no longer maintained.
5.0.6 836,874 5/11/2021 5.0.6 is deprecated because it is no longer maintained.
5.0.5 7,253,956 4/6/2021 5.0.5 is deprecated because it is no longer maintained.
5.0.4 525,816 3/9/2021 5.0.4 is deprecated because it is no longer maintained.
5.0.3 649,634 2/9/2021 5.0.3 is deprecated because it is no longer maintained.
5.0.2 1,219,231 1/12/2021 5.0.2 is deprecated because it is no longer maintained.
5.0.1 558,522 12/8/2020 5.0.1 is deprecated because it is no longer maintained.
5.0.0 688,392 11/9/2020 5.0.0 is deprecated because it is no longer maintained.
5.0.0-rc.2.20475.17 8,030 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 64,106 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,118 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,072 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,698 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,348 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,722 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,334 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,531 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,490 3/16/2020 5.0.0-preview.1.20124.5 is deprecated because it is no longer maintained.
3.1.32 13,596,990 12/13/2022
3.1.31 740,188 11/8/2022
3.1.30 442,564 10/11/2022
3.1.29 43,426 9/13/2022
3.1.28 4,333,469 8/9/2022
3.1.27 68,740 7/12/2022
3.1.26 55,492 6/14/2022
3.1.25 56,911 5/10/2022
3.1.24 2,391,926 4/11/2022
3.1.23 416,608 3/8/2022
3.1.22 1,098,053 12/14/2021
3.1.21 408,170 11/7/2021
3.1.20 177,322 10/11/2021
3.1.19 160,146 9/14/2021
3.1.18 433,810 8/10/2021
3.1.17 368,503 7/13/2021
3.1.16 356,328 6/8/2021
3.1.15 347,470 5/11/2021
3.1.14 646,028 4/6/2021
3.1.13 338,210 3/9/2021
3.1.12 574,068 2/9/2021
3.1.11 312,363 1/12/2021
3.1.10 770,457 11/9/2020
3.1.9 1,636,736 10/13/2020
3.1.8 1,591,606 9/8/2020
3.1.7 1,268,777 8/11/2020
3.1.6 1,152,224 7/14/2020
3.1.5 1,268,029 6/9/2020
3.1.4 2,047,247 5/12/2020
3.1.3 2,206,425 3/24/2020
3.1.2 1,308,102 2/18/2020
3.1.1 1,448,685 1/14/2020
3.1.0 2,221,183 12/3/2019
3.1.0-preview3.19555.2 3,242 11/13/2019 3.1.0-preview3.19555.2 is deprecated because it is no longer maintained.
3.1.0-preview2.19528.8 2,958 11/1/2019 3.1.0-preview2.19528.8 is deprecated because it is no longer maintained.
3.1.0-preview1.19508.20 1,331 10/15/2019 3.1.0-preview1.19508.20 is deprecated because it is no longer maintained.
3.0.3 83,998 2/18/2020 3.0.3 is deprecated because it is no longer maintained.
3.0.2 41,963 1/14/2020 3.0.2 is deprecated because it is no longer maintained.
3.0.0 2,886,329 9/23/2019 3.0.0 is deprecated because it is no longer maintained.
3.0.0-rc1.19457.4 5,076 9/16/2019 3.0.0-rc1.19457.4 is deprecated because it is no longer maintained.
3.0.0-preview9.19424.4 5,443 9/4/2019 3.0.0-preview9.19424.4 is deprecated because it is no longer maintained.
3.0.0-preview8.19405.7 6,655 8/13/2019 3.0.0-preview8.19405.7 is deprecated because it is no longer maintained.
3.0.0-preview7.19365.7 6,227 7/23/2019 3.0.0-preview7.19365.7 is deprecated because it is no longer maintained.
2.3.0 7,262,421 1/14/2025
2.2.0 253,999,120 12/3/2018 2.2.0 is deprecated because it is no longer maintained.
2.2.0-preview3-35497 140,162 10/17/2018 2.2.0-preview3-35497 is deprecated because it is no longer maintained.
2.2.0-preview2-35157 232,388 9/12/2018 2.2.0-preview2-35157 is deprecated because it is no longer maintained.
2.2.0-preview1-35029 55,769 8/22/2018 2.2.0-preview1-35029 is deprecated because it is no longer maintained.
2.1.1 60,784,802 6/18/2018
2.1.0 57,266,752 5/29/2018
2.1.0-rc1-final 194,881 5/6/2018 2.1.0-rc1-final is deprecated because it is no longer maintained.
2.1.0-preview2-final 259,367 4/10/2018 2.1.0-preview2-final is deprecated because it is no longer maintained.
2.1.0-preview1-final 213,957 2/26/2018 2.1.0-preview1-final is deprecated because it is no longer maintained.
2.0.3 13,423,277 5/7/2018 2.0.3 is deprecated because it is no longer maintained.
2.0.2 13,972,416 3/13/2018 2.0.2 is deprecated because it is no longer maintained.
2.0.1 23,732,950 11/14/2017 2.0.1 is deprecated because it is no longer maintained.
2.0.0 63,834,640 8/11/2017 2.0.0 is deprecated because it is no longer maintained.
2.0.0-preview2-final 116,391 6/27/2017 2.0.0-preview2-final is deprecated because it is no longer maintained.
2.0.0-preview1-final 42,383 5/10/2017 2.0.0-preview1-final is deprecated because it is no longer maintained.
1.1.3 2,911,449 9/20/2017 1.1.3 is deprecated because it is no longer maintained.
1.1.2 4,648,318 5/9/2017 1.1.2 is deprecated because it is no longer maintained.
1.1.1 4,674,464 3/6/2017 1.1.1 is deprecated because it is no longer maintained.
1.1.0 3,619,810 11/16/2016 1.1.0 is deprecated because it is no longer maintained.
1.1.0-preview1-final 188,549 10/24/2016 1.1.0-preview1-final is deprecated because it is no longer maintained.
1.0.5 906,357 11/14/2017 1.0.5 is deprecated because it is no longer maintained.
1.0.4 60,867 9/20/2017 1.0.4 is deprecated because it is no longer maintained.
1.0.3 279,089 5/9/2017 1.0.3 is deprecated because it is no longer maintained.
1.0.2 3,341,327 3/6/2017 1.0.2 is deprecated because it is no longer maintained.
1.0.1 650,712 12/12/2016 1.0.1 is deprecated because it is no longer maintained.
1.0.0 10,267,883 6/27/2016 1.0.0 is deprecated because it is no longer maintained.
1.0.0-rc2-final 247,928 5/16/2016 1.0.0-rc2-final is deprecated because it is no longer maintained.