Microsoft.AspNetCore.DataProtection.Abstractions 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.Abstractions.
There is a newer version of this package available.
See the version list below for details.
dotnet add package Microsoft.AspNetCore.DataProtection.Abstractions --version 1.0.0-rc2-final
                    
NuGet\Install-Package Microsoft.AspNetCore.DataProtection.Abstractions -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.Abstractions" 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.Abstractions" Version="1.0.0-rc2-final" />
                    
Directory.Packages.props
<PackageReference Include="Microsoft.AspNetCore.DataProtection.Abstractions" />
                    
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.Abstractions --version 1.0.0-rc2-final
                    
#r "nuget: Microsoft.AspNetCore.DataProtection.Abstractions, 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.
#addin nuget:?package=Microsoft.AspNetCore.DataProtection.Abstractions&version=1.0.0-rc2-final&prerelease
                    
Install as a Cake Addin
#tool nuget:?package=Microsoft.AspNetCore.DataProtection.Abstractions&version=1.0.0-rc2-final&prerelease
                    
Install as a Cake Tool

ASP.NET Core data protection abstractions.
Commonly used types:
Microsoft.AspNetCore.DataProtection.IDataProtectionProvider
Microsoft.AspNetCore.DataProtection.IDataProtector

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 (115)

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

Package Downloads
Microsoft.AspNetCore.DataProtection

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

Microsoft.AspNetCore.App

Provides a default set of APIs for building an ASP.NET Core application. This package requires the ASP.NET Core runtime. This runtime is installed by the .NET Core SDK, or can be acquired separately using installers available at https://aka.ms/dotnet-download.

Microsoft.AspNetCore.All

Provides a default set of APIs for building an ASP.NET Core application, and also includes API for third-party integrations with ASP.NET Core. This package requires the ASP.NET Core runtime. This runtime is installed by the .NET Core SDK, or can be acquired separately using installers available at https://aka.ms/dotnet-download.

Duende.IdentityServer.Storage

Storage interfaces and models for Duende IdentityServer

CoreWCF.Primitives

CoreWCF is a port of the service side of Windows Communication Foundation (WCF) to .NET Core. The goal of this project is to enable existing WCF services to move to .NET Core.

GitHub repositories (19)

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

Repository Stars
dotnet/AspNetCore.Docs
Documentation for ASP.NET Core
elsa-workflows/elsa-core
A .NET workflows library
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.
CoreWCF/CoreWCF
Main repository for the Core WCF project
DuendeSoftware/products
The most flexible and standards-compliant OpenID Connect and OAuth 2.x framework for ASP.NET Core
security-code-scan/security-code-scan
Vulnerability Patterns Detector for C# and VB.NET
Alachisoft/NCache
NCache: Highly Scalable Distributed Cache for .NET
SparkDevNetwork/Rock
An open source CMS, Relationship Management System (RMS) and Church Management System (ChMS) all rolled into one.
TeslaFly01/SmartSqlT
🔥🔥🔥 SmartSQL 是一款方便、快捷的数据库文档查询、导出工具!该工具从最初支持CHM文档格式开始,通过不断地探索开发、集思广益和不断改进,又陆续支持Word、Excel、PDF、Html、Xml、Json、MarkDown等文档格式的导出。同时支持SqlServer、MySql、PostgreSQL、SQLite等多种数据库的文档查询和导出功能。
mKenfenheuer/steam-deck-windows-usermode-driver
A windows usermode controller driver for the steam deck internal controller.
dotnet/systemweb-adapters
mcintyre321/FormFactory
MVC5, Core or standalone - Generate rich HTML5 forms from your ViewModels, or build them programatically
linianhui/example-oidc
OIDC (OpenID Connect) Example for http://openid.net/connect/
Azure/Commercial-Marketplace-SaaS-Accelerator
A reference example with sample code for developers interested publishing transactable, Software as a-Service offers in the Microsoft commercial marketplace.
Azure-Samples/active-directory-b2c-advanced-policies
Sample for use with Azure AD B2C with Custom Policies.
ohhsodead/arisen-studio
Browse, Download and Install Mods for PlayStation 3 & Xbox 360
Shazwazza/Articulate
A wonderful Blog engine built on Umbraco
dotnet-security-guard/roslyn-security-guard
Roslyn analyzers that aim to help security audit on .NET applications.
GridProtectionAlliance/gsf
Grid Solutions Framework
Version Downloads Last Updated
10.0.0-preview.5.25277.114 562 6/6/2025
10.0.0-preview.4.25258.110 1,625 5/12/2025
10.0.0-preview.3.25172.1 1,536 4/10/2025
10.0.0-preview.2.25164.1 1,247 3/18/2025
10.0.0-preview.1.25120.3 23,581 2/25/2025
9.0.6 126,308 6/10/2025
9.0.5 434,128 5/13/2025
9.0.4 649,219 4/8/2025
9.0.3 514,484 3/11/2025
9.0.2 766,139 2/11/2025
9.0.1 975,309 1/14/2025
9.0.0 7,011,942 11/12/2024
9.0.0-rc.2.24474.3 199,482 10/8/2024
9.0.0-rc.1.24452.1 123,604 9/10/2024
9.0.0-preview.7.24406.2 3,965 8/13/2024
9.0.0-preview.6.24328.4 84,122 7/9/2024
9.0.0-preview.5.24306.11 2,075 6/11/2024
9.0.0-preview.4.24267.6 8,114 5/21/2024
9.0.0-preview.3.24172.13 77,021 4/11/2024
9.0.0-preview.2.24128.4 21,404 3/12/2024
9.0.0-preview.1.24081.5 21,370 2/13/2024
8.0.17 138,306 6/10/2025
8.0.16 262,356 5/13/2025
8.0.15 488,150 4/8/2025
8.0.14 510,380 3/11/2025
8.0.13 637,822 2/11/2025
8.0.12 688,037 1/14/2025
8.0.11 4,240,523 11/12/2024
8.0.10 3,287,235 10/8/2024
8.0.8 3,159,064 8/13/2024
8.0.7 2,013,334 7/9/2024
8.0.6 3,024,162 5/28/2024
8.0.5 785,392 5/14/2024
8.0.4 4,264,143 4/9/2024
8.0.3 4,597,770 3/12/2024
8.0.2 1,577,202 2/13/2024
8.0.1 19,250,423 1/9/2024
8.0.0 23,063,268 11/14/2023
8.0.0-rc.2.23480.2 1,018,319 10/10/2023
8.0.0-rc.1.23421.29 103,713 9/12/2023
8.0.0-preview.7.23375.9 382,299 8/8/2023
8.0.0-preview.6.23329.11 8,807 7/11/2023
8.0.0-preview.5.23302.2 4,269 6/13/2023
8.0.0-preview.4.23260.4 256,620 5/16/2023
8.0.0-preview.3.23177.8 6,549 4/11/2023
8.0.0-preview.2.23153.2 2,534 3/14/2023
8.0.0-preview.1.23112.2 55,971 2/21/2023
7.0.20 305,239 5/28/2024
7.0.19 28,610 5/14/2024
7.0.18 115,928 4/9/2024
7.0.17 276,744 3/12/2024
7.0.16 154,690 2/13/2024
7.0.15 440,161 1/9/2024
7.0.14 666,433 11/14/2023
7.0.13 703,839 10/24/2023
7.0.12 1,431,310 10/10/2023
7.0.11 1,085,480 9/12/2023
7.0.10 2,095,309 8/8/2023
7.0.9 2,034,581 7/11/2023
7.0.8 480,339 6/22/2023
7.0.7 1,395,540 6/13/2023
7.0.5 3,772,124 4/11/2023
7.0.4 1,715,096 3/14/2023
7.0.3 2,947,289 2/14/2023
7.0.2 1,044,160 1/10/2023
7.0.1 667,658 12/13/2022
7.0.0 5,239,800 11/7/2022
7.0.0-rc.2.22476.2 33,779 10/11/2022
7.0.0-rc.1.22427.2 6,128 9/14/2022
7.0.0-preview.7.22376.6 5,291 8/9/2022
7.0.0-preview.6.22330.3 22,474 7/12/2022
7.0.0-preview.5.22303.8 1,599 6/14/2022
7.0.0-preview.4.22251.1 6,813 5/10/2022
7.0.0-preview.3.22178.4 1,339 4/13/2022
7.0.0-preview.2.22153.2 10,660 3/14/2022
7.0.0-preview.1.22109.13 2,846 2/17/2022
6.0.36 176,796 11/12/2024
6.0.35 78,930 10/8/2024
6.0.33 588,546 8/13/2024
6.0.32 78,338 7/9/2024
6.0.31 110,692 5/28/2024
6.0.30 53,655 5/14/2024
6.0.29 267,411 4/9/2024
6.0.28 251,346 3/12/2024
6.0.27 363,164 2/13/2024
6.0.26 473,679 1/9/2024
6.0.25 712,529 11/14/2023
6.0.24 289,259 10/24/2023
6.0.23 1,159,696 10/10/2023
6.0.22 951,006 9/12/2023
6.0.21 1,465,561 8/8/2023
6.0.20 1,195,216 7/11/2023
6.0.19 170,341 6/22/2023
6.0.18 1,006,441 6/13/2023
6.0.16 2,817,631 4/11/2023
6.0.15 1,062,744 3/14/2023
6.0.14 1,356,334 2/14/2023
6.0.13 1,371,376 1/10/2023
6.0.12 373,108 12/13/2022
6.0.11 1,351,088 11/7/2022
6.0.10 2,056,176 10/11/2022
6.0.9 1,787,312 9/13/2022
6.0.8 1,757,327 8/9/2022
6.0.7 1,826,414 7/12/2022
6.0.6 1,158,625 6/14/2022
6.0.5 2,312,628 5/10/2022
6.0.4 1,599,844 4/11/2022
6.0.3 1,490,846 3/8/2022
6.0.2 1,181,592 2/8/2022
6.0.1 4,017,014 12/14/2021
6.0.0 13,355,474 11/8/2021
6.0.0-rc.2.21480.10 23,753 10/12/2021
6.0.0-rc.1.21452.15 8,712 9/14/2021
6.0.0-preview.7.21378.6 12,359 8/10/2021
6.0.0-preview.6.21355.2 2,172 7/14/2021
6.0.0-preview.5.21301.17 2,341 6/15/2021
6.0.0-preview.4.21253.5 2,124 5/24/2021
6.0.0-preview.3.21201.13 3,159 4/8/2021
6.0.0-preview.2.21154.6 1,488 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,231 2/12/2021 6.0.0-preview.1.21103.6 is deprecated because it is no longer maintained.
5.0.17 788,995 5/10/2022 5.0.17 is deprecated because it is no longer maintained.
5.0.16 66,027 4/11/2022 5.0.16 is deprecated because it is no longer maintained.
5.0.15 185,159 3/8/2022 5.0.15 is deprecated because it is no longer maintained.
5.0.14 199,640 2/8/2022 5.0.14 is deprecated because it is no longer maintained.
5.0.13 218,232 12/14/2021 5.0.13 is deprecated because it is no longer maintained.
5.0.12 418,216 11/7/2021 5.0.12 is deprecated because it is no longer maintained.
5.0.11 730,834 10/12/2021 5.0.11 is deprecated because it is no longer maintained.
5.0.10 678,342 9/14/2021 5.0.10 is deprecated because it is no longer maintained.
5.0.9 967,769 8/10/2021 5.0.9 is deprecated because it is no longer maintained.
5.0.8 33,681,390 7/13/2021 5.0.8 is deprecated because it is no longer maintained.
5.0.7 897,408 6/8/2021 5.0.7 is deprecated because it is no longer maintained.
5.0.6 866,014 5/11/2021 5.0.6 is deprecated because it is no longer maintained.
5.0.5 7,027,628 4/6/2021 5.0.5 is deprecated because it is no longer maintained.
5.0.4 623,807 3/9/2021 5.0.4 is deprecated because it is no longer maintained.
5.0.3 759,070 2/9/2021 5.0.3 is deprecated because it is no longer maintained.
5.0.2 1,245,732 1/12/2021 5.0.2 is deprecated because it is no longer maintained.
5.0.1 610,525 12/8/2020 5.0.1 is deprecated because it is no longer maintained.
5.0.0 3,150,541 11/9/2020 5.0.0 is deprecated because it is no longer maintained.
5.0.0-rc.2.20475.17 8,926 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 62,930 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,024 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,787 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,471 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,283 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 5,429 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,975 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,560 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,469 3/16/2020 5.0.0-preview.1.20124.5 is deprecated because it is no longer maintained.
3.1.32 12,053,057 12/13/2022
3.1.31 716,711 11/8/2022
3.1.30 411,523 10/11/2022
3.1.29 31,217 9/13/2022
3.1.28 4,133,224 8/9/2022
3.1.27 55,602 7/12/2022
3.1.26 44,030 6/14/2022
3.1.25 45,425 5/10/2022
3.1.24 2,140,042 4/11/2022
3.1.23 401,046 3/8/2022
3.1.22 1,081,895 12/14/2021
3.1.21 417,093 11/7/2021
3.1.20 158,511 10/11/2021
3.1.19 155,147 9/14/2021
3.1.18 438,803 8/10/2021
3.1.17 360,264 7/13/2021
3.1.16 373,447 6/8/2021
3.1.15 338,144 5/11/2021
3.1.14 646,101 4/6/2021
3.1.13 341,492 3/9/2021
3.1.12 600,243 2/9/2021
3.1.11 316,054 1/12/2021
3.1.10 784,979 11/9/2020
3.1.9 1,694,101 10/13/2020
3.1.8 1,772,005 9/8/2020
3.1.7 1,414,294 8/11/2020
3.1.6 1,187,042 7/14/2020
3.1.5 1,473,872 6/9/2020
3.1.4 2,113,858 5/12/2020
3.1.3 2,440,991 3/24/2020
3.1.2 1,541,725 2/18/2020
3.1.1 3,113,496 1/14/2020
3.1.0 2,337,882 12/3/2019
3.1.0-preview3.19555.2 3,066 11/13/2019 3.1.0-preview3.19555.2 is deprecated because it is no longer maintained.
3.1.0-preview2.19528.8 2,937 11/1/2019 3.1.0-preview2.19528.8 is deprecated because it is no longer maintained.
3.1.0-preview1.19508.20 1,222 10/15/2019 3.1.0-preview1.19508.20 is deprecated because it is no longer maintained.
3.0.3 82,739 2/18/2020 3.0.3 is deprecated because it is no longer maintained.
3.0.2 58,330 1/14/2020 3.0.2 is deprecated because it is no longer maintained.
3.0.0 2,840,294 9/23/2019 3.0.0 is deprecated because it is no longer maintained.
3.0.0-rc1.19457.4 5,049 9/16/2019 3.0.0-rc1.19457.4 is deprecated because it is no longer maintained.
3.0.0-preview9.19424.4 5,451 9/4/2019 3.0.0-preview9.19424.4 is deprecated because it is no longer maintained.
3.0.0-preview8.19405.7 6,745 8/13/2019 3.0.0-preview8.19405.7 is deprecated because it is no longer maintained.
3.0.0-preview7.19365.7 6,077 7/23/2019 3.0.0-preview7.19365.7 is deprecated because it is no longer maintained.
2.3.0 3,585,344 1/14/2025
2.2.0 241,551,326 12/3/2018 2.2.0 is deprecated because it is no longer maintained.
2.2.0-preview3-35497 141,177 10/17/2018 2.2.0-preview3-35497 is deprecated because it is no longer maintained.
2.2.0-preview2-35157 233,066 9/12/2018 2.2.0-preview2-35157 is deprecated because it is no longer maintained.
2.2.0-preview1-35029 56,933 8/22/2018 2.2.0-preview1-35029 is deprecated because it is no longer maintained.
2.1.1 57,643,565 6/18/2018
2.1.0 55,911,812 5/29/2018
2.1.0-rc1-final 190,594 5/6/2018 2.1.0-rc1-final is deprecated because it is no longer maintained.
2.1.0-preview2-final 252,868 4/10/2018 2.1.0-preview2-final is deprecated because it is no longer maintained.
2.1.0-preview1-final 209,476 2/26/2018 2.1.0-preview1-final is deprecated because it is no longer maintained.
2.0.3 13,133,506 5/7/2018 2.0.3 is deprecated because it is no longer maintained.
2.0.2 13,753,944 3/13/2018 2.0.2 is deprecated because it is no longer maintained.
2.0.1 23,296,024 11/14/2017 2.0.1 is deprecated because it is no longer maintained.
2.0.0 62,055,341 8/11/2017 2.0.0 is deprecated because it is no longer maintained.
2.0.0-preview2-final 133,439 6/27/2017 2.0.0-preview2-final is deprecated because it is no longer maintained.
2.0.0-preview1-final 55,722 5/10/2017 2.0.0-preview1-final is deprecated because it is no longer maintained.
1.1.3 2,794,616 9/20/2017 1.1.3 is deprecated because it is no longer maintained.
1.1.2 4,585,282 5/9/2017 1.1.2 is deprecated because it is no longer maintained.
1.1.1 4,598,369 3/6/2017 1.1.1 is deprecated because it is no longer maintained.
1.1.0 3,293,232 11/16/2016 1.1.0 is deprecated because it is no longer maintained.
1.1.0-preview1-final 91,862 10/24/2016 1.1.0-preview1-final is deprecated because it is no longer maintained.
1.0.5 866,422 11/14/2017 1.0.5 is deprecated because it is no longer maintained.
1.0.4 46,435 9/20/2017 1.0.4 is deprecated because it is no longer maintained.
1.0.3 233,969 5/9/2017 1.0.3 is deprecated because it is no longer maintained.
1.0.2 3,240,072 3/6/2017 1.0.2 is deprecated because it is no longer maintained.
1.0.1 636,078 12/12/2016 1.0.1 is deprecated because it is no longer maintained.
1.0.0 10,086,277 6/27/2016 1.0.0 is deprecated because it is no longer maintained.
1.0.0-rc2-final 247,491 5/16/2016 1.0.0-rc2-final is deprecated because it is no longer maintained.