Microsoft.AspNetCore.DataProtection 10.0.0-rc.1.25451.107

Prefix Reserved
This is a prerelease version of Microsoft.AspNetCore.DataProtection.
dotnet add package Microsoft.AspNetCore.DataProtection --version 10.0.0-rc.1.25451.107
                    
NuGet\Install-Package Microsoft.AspNetCore.DataProtection -Version 10.0.0-rc.1.25451.107
                    
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="10.0.0-rc.1.25451.107" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Microsoft.AspNetCore.DataProtection" Version="10.0.0-rc.1.25451.107" />
                    
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 10.0.0-rc.1.25451.107
                    
#r "nuget: Microsoft.AspNetCore.DataProtection, 10.0.0-rc.1.25451.107"
                    
#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@10.0.0-rc.1.25451.107
                    
#: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=10.0.0-rc.1.25451.107&prerelease
                    
Install as a Cake Addin
#tool nuget:?package=Microsoft.AspNetCore.DataProtection&version=10.0.0-rc.1.25451.107&prerelease
                    
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/dotnet/dotnet/tree/2db1f5ee2bdda2e8d873769325fabede32e420e0

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 is compatible.  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 (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
NethermindEth/nethermind
A robust execution client for Ethereum node operators.
aliasvault/aliasvault
Privacy-first password manager with built-in email aliasing. Fully encrypted and self-hostable.
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 520 9/9/2025
10.0.0-preview.7.25380.108 2,710 8/12/2025
10.0.0-preview.6.25358.103 725 7/15/2025
10.0.0-preview.5.25277.114 1,701 6/6/2025
10.0.0-preview.4.25258.110 1,828 5/12/2025
10.0.0-preview.3.25172.1 2,101 4/10/2025
10.0.0-preview.2.25164.1 1,850 3/18/2025
10.0.0-preview.1.25120.3 75,934 2/25/2025
9.0.9 27,661 9/9/2025
9.0.8 457,851 8/5/2025
9.0.7 409,783 7/8/2025
9.0.6 667,298 6/10/2025
9.0.5 642,700 5/13/2025
9.0.4 820,279 4/8/2025
9.0.3 641,070 3/11/2025
9.0.2 905,976 2/11/2025
9.0.1 1,224,772 1/14/2025
9.0.0 9,725,901 11/12/2024
9.0.0-rc.2.24474.3 227,452 10/8/2024
9.0.0-rc.1.24452.1 151,559 9/10/2024
9.0.0-preview.7.24406.2 3,645 8/13/2024
9.0.0-preview.6.24328.4 115,426 7/9/2024
9.0.0-preview.5.24306.11 1,158 6/11/2024
9.0.0-preview.4.24267.6 8,105 5/21/2024
9.0.0-preview.3.24172.13 76,337 4/11/2024
9.0.0-preview.2.24128.4 21,382 3/12/2024
9.0.0-preview.1.24081.5 21,438 2/13/2024
8.0.20 11,012 9/9/2025
8.0.19 287,442 8/4/2025
8.0.18 140,708 7/8/2025
8.0.17 956,381 6/10/2025
8.0.16 958,457 5/13/2025
8.0.15 670,186 4/8/2025
8.0.14 604,174 3/11/2025
8.0.13 782,939 2/11/2025
8.0.12 844,677 1/14/2025
8.0.11 5,832,501 11/12/2024
8.0.10 3,148,710 10/8/2024
8.0.8 3,335,020 8/13/2024
8.0.7 2,107,653 7/9/2024
8.0.6 3,313,843 5/28/2024
8.0.5 841,438 5/14/2024
8.0.4 4,556,626 4/9/2024
8.0.3 1,722,057 3/12/2024
8.0.2 1,645,848 2/13/2024
8.0.1 24,220,966 1/9/2024
8.0.0 24,419,802 11/14/2023
8.0.0-rc.2.23480.2 1,134,600 10/10/2023
8.0.0-rc.1.23421.29 110,911 9/12/2023
8.0.0-preview.7.23375.9 435,494 8/8/2023
8.0.0-preview.6.23329.11 7,694 7/11/2023
8.0.0-preview.5.23302.2 3,945 6/13/2023
8.0.0-preview.4.23260.4 260,835 5/16/2023
8.0.0-preview.3.23177.8 6,557 4/11/2023
8.0.0-preview.2.23153.2 2,402 3/14/2023
8.0.0-preview.1.23112.2 55,268 2/21/2023
7.0.20 364,288 5/28/2024
7.0.19 36,925 5/14/2024
7.0.18 123,408 4/9/2024
7.0.17 289,139 3/12/2024
7.0.16 168,038 2/13/2024
7.0.15 210,182 1/9/2024
7.0.14 660,381 11/14/2023
7.0.13 719,575 10/24/2023
7.0.12 1,473,125 10/10/2023
7.0.11 1,084,475 9/12/2023
7.0.10 2,120,029 8/8/2023
7.0.9 2,044,646 7/11/2023
7.0.8 486,492 6/22/2023
7.0.7 1,467,593 6/13/2023
7.0.5 3,784,524 4/11/2023
7.0.4 1,756,401 3/14/2023
7.0.3 2,913,207 2/14/2023
7.0.2 996,508 1/10/2023
7.0.1 602,809 12/13/2022
7.0.0 3,321,565 11/7/2022
7.0.0-rc.2.22476.2 33,156 10/11/2022
7.0.0-rc.1.22427.2 5,897 9/14/2022
7.0.0-preview.7.22376.6 5,306 8/9/2022
7.0.0-preview.6.22330.3 19,646 7/12/2022
7.0.0-preview.5.22303.8 1,616 6/14/2022
7.0.0-preview.4.22251.1 6,965 5/10/2022
7.0.0-preview.3.22178.4 1,477 4/13/2022
7.0.0-preview.2.22153.2 11,466 3/14/2022
7.0.0-preview.1.22109.13 2,759 2/17/2022
6.0.36 244,619 11/12/2024
6.0.35 91,553 10/8/2024
6.0.33 770,578 8/13/2024
6.0.32 94,696 7/9/2024
6.0.31 125,021 5/28/2024
6.0.30 69,639 5/14/2024
6.0.29 287,494 4/9/2024
6.0.28 276,063 3/12/2024
6.0.27 401,803 2/13/2024
6.0.26 307,122 1/9/2024
6.0.25 751,315 11/14/2023
6.0.24 247,448 10/24/2023
6.0.23 1,199,631 10/10/2023
6.0.22 970,071 9/12/2023
6.0.21 1,489,578 8/8/2023
6.0.20 1,215,551 7/11/2023
6.0.19 171,748 6/22/2023
6.0.18 1,033,117 6/13/2023
6.0.16 2,847,009 4/11/2023
6.0.15 1,072,586 3/14/2023
6.0.14 1,374,966 2/14/2023
6.0.13 1,268,237 1/10/2023
6.0.12 369,030 12/13/2022
6.0.11 1,228,289 11/7/2022
6.0.10 2,034,973 10/11/2022
6.0.9 1,596,030 9/13/2022
6.0.8 1,680,863 8/9/2022
6.0.7 1,849,665 7/12/2022
6.0.6 1,256,836 6/14/2022
6.0.5 2,123,385 5/10/2022
6.0.4 1,450,066 4/11/2022
6.0.3 1,424,088 3/8/2022
6.0.2 1,131,929 2/8/2022
6.0.1 3,443,100 12/14/2021
6.0.0 7,109,419 11/8/2021
6.0.0-rc.2.21480.10 15,910 10/12/2021
6.0.0-rc.1.21452.15 4,323 9/14/2021
6.0.0-preview.7.21378.6 7,432 8/10/2021
6.0.0-preview.6.21355.2 1,612 7/14/2021
6.0.0-preview.5.21301.17 1,998 6/15/2021
6.0.0-preview.4.21253.5 1,560 5/24/2021
6.0.0-preview.3.21201.13 3,111 4/8/2021
6.0.0-preview.2.21154.6 1,447 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,117 2/12/2021 6.0.0-preview.1.21103.6 is deprecated because it is no longer maintained.
5.0.17 835,450 5/10/2022 5.0.17 is deprecated because it is no longer maintained.
5.0.16 76,719 4/11/2022 5.0.16 is deprecated because it is no longer maintained.
5.0.15 192,432 3/8/2022 5.0.15 is deprecated because it is no longer maintained.
5.0.14 215,245 2/8/2022 5.0.14 is deprecated because it is no longer maintained.
5.0.13 216,611 12/14/2021 5.0.13 is deprecated because it is no longer maintained.
5.0.12 424,281 11/7/2021 5.0.12 is deprecated because it is no longer maintained.
5.0.11 700,258 10/12/2021 5.0.11 is deprecated because it is no longer maintained.
5.0.10 627,858 9/14/2021 5.0.10 is deprecated because it is no longer maintained.
5.0.9 978,438 8/10/2021 5.0.9 is deprecated because it is no longer maintained.
5.0.8 34,837,380 7/13/2021 5.0.8 is deprecated because it is no longer maintained.
5.0.7 842,026 6/8/2021 5.0.7 is deprecated because it is no longer maintained.
5.0.6 833,798 5/11/2021 5.0.6 is deprecated because it is no longer maintained.
5.0.5 7,237,871 4/6/2021 5.0.5 is deprecated because it is no longer maintained.
5.0.4 522,473 3/9/2021 5.0.4 is deprecated because it is no longer maintained.
5.0.3 647,278 2/9/2021 5.0.3 is deprecated because it is no longer maintained.
5.0.2 1,215,376 1/12/2021 5.0.2 is deprecated because it is no longer maintained.
5.0.1 555,431 12/8/2020 5.0.1 is deprecated because it is no longer maintained.
5.0.0 685,648 11/9/2020 5.0.0 is deprecated because it is no longer maintained.
5.0.0-rc.2.20475.17 8,023 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 63,980 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,090 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,065 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,688 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,342 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,715 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,326 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,524 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,481 3/16/2020 5.0.0-preview.1.20124.5 is deprecated because it is no longer maintained.
3.1.32 13,471,831 12/13/2022
3.1.31 737,033 11/8/2022
3.1.30 438,780 10/11/2022
3.1.29 41,180 9/13/2022
3.1.28 4,316,745 8/9/2022
3.1.27 66,479 7/12/2022
3.1.26 53,194 6/14/2022
3.1.25 54,628 5/10/2022
3.1.24 2,371,259 4/11/2022
3.1.23 413,326 3/8/2022
3.1.22 1,094,151 12/14/2021
3.1.21 405,670 11/7/2021
3.1.20 174,999 10/11/2021
3.1.19 157,805 9/14/2021
3.1.18 431,304 8/10/2021
3.1.17 365,837 7/13/2021
3.1.16 353,310 6/8/2021
3.1.15 345,010 5/11/2021
3.1.14 643,630 4/6/2021
3.1.13 335,540 3/9/2021
3.1.12 571,287 2/9/2021
3.1.11 309,838 1/12/2021
3.1.10 767,973 11/9/2020
3.1.9 1,632,094 10/13/2020
3.1.8 1,588,169 9/8/2020
3.1.7 1,265,785 8/11/2020
3.1.6 1,148,263 7/14/2020
3.1.5 1,264,533 6/9/2020
3.1.4 2,041,900 5/12/2020
3.1.3 2,199,921 3/24/2020
3.1.2 1,305,003 2/18/2020
3.1.1 1,444,760 1/14/2020
3.1.0 2,214,443 12/3/2019
3.1.0-preview3.19555.2 3,234 11/13/2019 3.1.0-preview3.19555.2 is deprecated because it is no longer maintained.
3.1.0-preview2.19528.8 2,951 11/1/2019 3.1.0-preview2.19528.8 is deprecated because it is no longer maintained.
3.1.0-preview1.19508.20 1,325 10/15/2019 3.1.0-preview1.19508.20 is deprecated because it is no longer maintained.
3.0.3 81,707 2/18/2020 3.0.3 is deprecated because it is no longer maintained.
3.0.2 39,724 1/14/2020 3.0.2 is deprecated because it is no longer maintained.
3.0.0 2,878,806 9/23/2019 3.0.0 is deprecated because it is no longer maintained.
3.0.0-rc1.19457.4 5,069 9/16/2019 3.0.0-rc1.19457.4 is deprecated because it is no longer maintained.
3.0.0-preview9.19424.4 5,437 9/4/2019 3.0.0-preview9.19424.4 is deprecated because it is no longer maintained.
3.0.0-preview8.19405.7 6,649 8/13/2019 3.0.0-preview8.19405.7 is deprecated because it is no longer maintained.
3.0.0-preview7.19365.7 6,219 7/23/2019 3.0.0-preview7.19365.7 is deprecated because it is no longer maintained.
2.3.0 6,881,256 1/14/2025
2.2.0 253,043,244 12/3/2018 2.2.0 is deprecated because it is no longer maintained.
2.2.0-preview3-35497 140,124 10/17/2018 2.2.0-preview3-35497 is deprecated because it is no longer maintained.
2.2.0-preview2-35157 232,243 9/12/2018 2.2.0-preview2-35157 is deprecated because it is no longer maintained.
2.2.0-preview1-35029 55,725 8/22/2018 2.2.0-preview1-35029 is deprecated because it is no longer maintained.
2.1.1 60,561,133 6/18/2018
2.1.0 57,168,196 5/29/2018
2.1.0-rc1-final 194,849 5/6/2018 2.1.0-rc1-final is deprecated because it is no longer maintained.
2.1.0-preview2-final 259,345 4/10/2018 2.1.0-preview2-final is deprecated because it is no longer maintained.
2.1.0-preview1-final 213,927 2/26/2018 2.1.0-preview1-final is deprecated because it is no longer maintained.
2.0.3 13,401,058 5/7/2018 2.0.3 is deprecated because it is no longer maintained.
2.0.2 13,957,755 3/13/2018 2.0.2 is deprecated because it is no longer maintained.
2.0.1 23,700,913 11/14/2017 2.0.1 is deprecated because it is no longer maintained.
2.0.0 63,719,578 8/11/2017 2.0.0 is deprecated because it is no longer maintained.
2.0.0-preview2-final 116,348 6/27/2017 2.0.0-preview2-final is deprecated because it is no longer maintained.
2.0.0-preview1-final 42,367 5/10/2017 2.0.0-preview1-final is deprecated because it is no longer maintained.
1.1.3 2,902,050 9/20/2017 1.1.3 is deprecated because it is no longer maintained.
1.1.2 4,641,476 5/9/2017 1.1.2 is deprecated because it is no longer maintained.
1.1.1 4,668,285 3/6/2017 1.1.1 is deprecated because it is no longer maintained.
1.1.0 3,610,553 11/16/2016 1.1.0 is deprecated because it is no longer maintained.
1.1.0-preview1-final 188,533 10/24/2016 1.1.0-preview1-final is deprecated because it is no longer maintained.
1.0.5 902,633 11/14/2017 1.0.5 is deprecated because it is no longer maintained.
1.0.4 58,464 9/20/2017 1.0.4 is deprecated because it is no longer maintained.
1.0.3 273,657 5/9/2017 1.0.3 is deprecated because it is no longer maintained.
1.0.2 3,334,717 3/6/2017 1.0.2 is deprecated because it is no longer maintained.
1.0.1 648,300 12/12/2016 1.0.1 is deprecated because it is no longer maintained.
1.0.0 10,243,657 6/27/2016 1.0.0 is deprecated because it is no longer maintained.
1.0.0-rc2-final 247,782 5/16/2016 1.0.0-rc2-final is deprecated because it is no longer maintained.