Microsoft.AspNetCore.DataProtection.Abstractions 2.1.0-preview1-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 2.1.0-preview1-final
                    
NuGet\Install-Package Microsoft.AspNetCore.DataProtection.Abstractions -Version 2.1.0-preview1-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="2.1.0-preview1-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="2.1.0-preview1-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 2.1.0-preview1-final
                    
#r "nuget: Microsoft.AspNetCore.DataProtection.Abstractions, 2.1.0-preview1-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=2.1.0-preview1-final&prerelease
                    
Install Microsoft.AspNetCore.DataProtection.Abstractions as a Cake Addin
#tool nuget:?package=Microsoft.AspNetCore.DataProtection.Abstractions&version=2.1.0-preview1-final&prerelease
                    
Install Microsoft.AspNetCore.DataProtection.Abstractions 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 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 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.
  • .NETStandard 2.0

    • No dependencies.

NuGet packages (113)

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

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

Showing the top 20 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
aspnet/AspNetWebHooks
Libraries to create and consume web hooks on ASP.NET 4.x (Due to other priorities this project is currently in maintenance mode only. There are no planned releases at this time. No new features are planned and we are only addressing critical issues as required.)
Version Downloads Last updated
10.0.0-preview.4.25258.110 378 5/12/2025
10.0.0-preview.3.25172.1 1,344 4/10/2025
10.0.0-preview.2.25164.1 850 3/18/2025
10.0.0-preview.1.25120.3 1,137 2/25/2025
9.0.5 56,974 5/13/2025
9.0.4 424,856 4/8/2025
9.0.3 420,822 3/11/2025
9.0.2 659,643 2/11/2025
9.0.1 832,216 1/14/2025
9.0.0 5,510,191 11/12/2024
9.0.0-rc.2.24474.3 183,465 10/8/2024
9.0.0-rc.1.24452.1 113,016 9/10/2024
9.0.0-preview.7.24406.2 3,819 8/13/2024
9.0.0-preview.6.24328.4 72,840 7/9/2024
9.0.0-preview.5.24306.11 1,973 6/11/2024
9.0.0-preview.4.24267.6 7,720 5/21/2024
9.0.0-preview.3.24172.13 76,916 4/11/2024
9.0.0-preview.2.24128.4 21,266 3/12/2024
9.0.0-preview.1.24081.5 21,298 2/13/2024
8.0.16 25,515 5/13/2025
8.0.15 267,148 4/8/2025
8.0.14 444,783 3/11/2025
8.0.13 542,470 2/11/2025
8.0.12 597,695 1/14/2025
8.0.11 3,449,028 11/12/2024
8.0.10 2,845,890 10/8/2024
8.0.8 2,960,534 8/13/2024
8.0.7 1,900,973 7/9/2024
8.0.6 2,810,675 5/28/2024
8.0.5 741,827 5/14/2024
8.0.4 3,954,965 4/9/2024
8.0.3 4,291,428 3/12/2024
8.0.2 1,512,864 2/13/2024
8.0.1 16,820,428 1/9/2024
8.0.0 22,016,957 11/14/2023
8.0.0-rc.2.23480.2 964,037 10/10/2023
8.0.0-rc.1.23421.29 97,064 9/12/2023
8.0.0-preview.7.23375.9 354,977 8/8/2023
8.0.0-preview.6.23329.11 8,763 7/11/2023
8.0.0-preview.5.23302.2 4,230 6/13/2023
8.0.0-preview.4.23260.4 253,226 5/16/2023
8.0.0-preview.3.23177.8 6,496 4/11/2023
8.0.0-preview.2.23153.2 2,491 3/14/2023
8.0.0-preview.1.23112.2 55,937 2/21/2023
7.0.20 280,691 5/28/2024
7.0.19 27,976 5/14/2024
7.0.18 114,610 4/9/2024
7.0.17 276,125 3/12/2024
7.0.16 153,233 2/13/2024
7.0.15 409,503 1/9/2024
7.0.14 662,536 11/14/2023
7.0.13 693,616 10/24/2023
7.0.12 1,398,398 10/10/2023
7.0.11 1,075,825 9/12/2023
7.0.10 2,059,905 8/8/2023
7.0.9 2,005,030 7/11/2023
7.0.8 475,529 6/22/2023
7.0.7 1,359,510 6/13/2023
7.0.5 3,690,164 4/11/2023
7.0.4 1,687,999 3/14/2023
7.0.3 2,915,170 2/14/2023
7.0.2 1,035,823 1/10/2023
7.0.1 662,377 12/13/2022
7.0.0 5,130,347 11/7/2022
7.0.0-rc.2.22476.2 33,694 10/11/2022
7.0.0-rc.1.22427.2 6,095 9/14/2022
7.0.0-preview.7.22376.6 5,249 8/9/2022
7.0.0-preview.6.22330.3 22,442 7/12/2022
7.0.0-preview.5.22303.8 1,560 6/14/2022
7.0.0-preview.4.22251.1 6,737 5/10/2022
7.0.0-preview.3.22178.4 1,299 4/13/2022
7.0.0-preview.2.22153.2 10,097 3/14/2022
7.0.0-preview.1.22109.13 2,804 2/17/2022
6.0.36 138,272 11/12/2024
6.0.35 75,131 10/8/2024
6.0.33 495,862 8/13/2024
6.0.32 75,770 7/9/2024
6.0.31 107,611 5/28/2024
6.0.30 51,212 5/14/2024
6.0.29 257,514 4/9/2024
6.0.28 245,537 3/12/2024
6.0.27 347,813 2/13/2024
6.0.26 449,311 1/9/2024
6.0.25 693,753 11/14/2023
6.0.24 284,689 10/24/2023
6.0.23 1,145,355 10/10/2023
6.0.22 937,895 9/12/2023
6.0.21 1,444,565 8/8/2023
6.0.20 1,186,835 7/11/2023
6.0.19 168,629 6/22/2023
6.0.18 996,518 6/13/2023
6.0.16 2,769,707 4/11/2023
6.0.15 1,054,532 3/14/2023
6.0.14 1,345,013 2/14/2023
6.0.13 1,355,559 1/10/2023
6.0.12 369,049 12/13/2022
6.0.11 1,329,431 11/7/2022
6.0.10 2,019,706 10/11/2022
6.0.9 1,771,315 9/13/2022
6.0.8 1,739,710 8/9/2022
6.0.7 1,799,337 7/12/2022
6.0.6 1,141,460 6/14/2022
6.0.5 2,280,332 5/10/2022
6.0.4 1,586,157 4/11/2022
6.0.3 1,476,737 3/8/2022
6.0.2 1,169,917 2/8/2022
6.0.1 3,972,834 12/14/2021
6.0.0 13,029,187 11/8/2021
6.0.0-rc.2.21480.10 23,566 10/12/2021
6.0.0-rc.1.21452.15 8,675 9/14/2021
6.0.0-preview.7.21378.6 12,315 8/10/2021
6.0.0-preview.6.21355.2 2,133 7/14/2021
6.0.0-preview.5.21301.17 2,301 6/15/2021
6.0.0-preview.4.21253.5 2,076 5/24/2021
6.0.0-preview.3.21201.13 3,115 4/8/2021
6.0.0-preview.2.21154.6 1,440 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,181 2/12/2021 6.0.0-preview.1.21103.6 is deprecated because it is no longer maintained.
5.0.17 769,939 5/10/2022 5.0.17 is deprecated because it is no longer maintained.
5.0.16 65,668 4/11/2022 5.0.16 is deprecated because it is no longer maintained.
5.0.15 184,346 3/8/2022 5.0.15 is deprecated because it is no longer maintained.
5.0.14 196,618 2/8/2022 5.0.14 is deprecated because it is no longer maintained.
5.0.13 217,607 12/14/2021 5.0.13 is deprecated because it is no longer maintained.
5.0.12 416,300 11/7/2021 5.0.12 is deprecated because it is no longer maintained.
5.0.11 728,530 10/12/2021 5.0.11 is deprecated because it is no longer maintained.
5.0.10 675,257 9/14/2021 5.0.10 is deprecated because it is no longer maintained.
5.0.9 935,040 8/10/2021 5.0.9 is deprecated because it is no longer maintained.
5.0.8 33,189,416 7/13/2021 5.0.8 is deprecated because it is no longer maintained.
5.0.7 892,641 6/8/2021 5.0.7 is deprecated because it is no longer maintained.
5.0.6 860,319 5/11/2021 5.0.6 is deprecated because it is no longer maintained.
5.0.5 6,942,408 4/6/2021 5.0.5 is deprecated because it is no longer maintained.
5.0.4 619,228 3/9/2021 5.0.4 is deprecated because it is no longer maintained.
5.0.3 755,609 2/9/2021 5.0.3 is deprecated because it is no longer maintained.
5.0.2 1,233,913 1/12/2021 5.0.2 is deprecated because it is no longer maintained.
5.0.1 606,813 12/8/2020 5.0.1 is deprecated because it is no longer maintained.
5.0.0 3,106,930 11/9/2020 5.0.0 is deprecated because it is no longer maintained.
5.0.0-rc.2.20475.17 8,843 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,183 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,881 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,731 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,281 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,228 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,368 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,910 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,504 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,412 3/16/2020 5.0.0-preview.1.20124.5 is deprecated because it is no longer maintained.
3.1.32 11,458,040 12/13/2022
3.1.31 712,135 11/8/2022
3.1.30 404,070 10/11/2022
3.1.29 31,013 9/13/2022
3.1.28 4,065,135 8/9/2022
3.1.27 55,459 7/12/2022
3.1.26 43,649 6/14/2022
3.1.25 44,989 5/10/2022
3.1.24 2,066,270 4/11/2022
3.1.23 396,115 3/8/2022
3.1.22 1,075,744 12/14/2021
3.1.21 415,421 11/7/2021
3.1.20 158,342 10/11/2021
3.1.19 154,286 9/14/2021
3.1.18 436,535 8/10/2021
3.1.17 358,568 7/13/2021
3.1.16 371,136 6/8/2021
3.1.15 335,493 5/11/2021
3.1.14 644,780 4/6/2021
3.1.13 339,152 3/9/2021
3.1.12 595,864 2/9/2021
3.1.11 314,559 1/12/2021
3.1.10 783,174 11/9/2020
3.1.9 1,682,454 10/13/2020
3.1.8 1,764,109 9/8/2020
3.1.7 1,410,081 8/11/2020
3.1.6 1,179,185 7/14/2020
3.1.5 1,465,483 6/9/2020
3.1.4 2,095,386 5/12/2020
3.1.3 2,414,471 3/24/2020
3.1.2 1,535,781 2/18/2020
3.1.1 3,098,029 1/14/2020
3.1.0 2,310,277 12/3/2019
3.1.0-preview3.19555.2 3,007 11/13/2019 3.1.0-preview3.19555.2 is deprecated because it is no longer maintained.
3.1.0-preview2.19528.8 2,882 11/1/2019 3.1.0-preview2.19528.8 is deprecated because it is no longer maintained.
3.1.0-preview1.19508.20 1,163 10/15/2019 3.1.0-preview1.19508.20 is deprecated because it is no longer maintained.
3.0.3 82,459 2/18/2020 3.0.3 is deprecated because it is no longer maintained.
3.0.2 57,310 1/14/2020 3.0.2 is deprecated because it is no longer maintained.
3.0.0 2,815,389 9/23/2019 3.0.0 is deprecated because it is no longer maintained.
3.0.0-rc1.19457.4 4,993 9/16/2019 3.0.0-rc1.19457.4 is deprecated because it is no longer maintained.
3.0.0-preview9.19424.4 5,399 9/4/2019 3.0.0-preview9.19424.4 is deprecated because it is no longer maintained.
3.0.0-preview8.19405.7 6,685 8/13/2019 3.0.0-preview8.19405.7 is deprecated because it is no longer maintained.
3.0.0-preview7.19365.7 6,012 7/23/2019 3.0.0-preview7.19365.7 is deprecated because it is no longer maintained.
2.3.0 2,368,457 1/14/2025
2.2.0 236,803,713 12/3/2018 2.2.0 is deprecated because it is no longer maintained.
2.2.0-preview3-35497 140,604 10/17/2018 2.2.0-preview3-35497 is deprecated because it is no longer maintained.
2.2.0-preview2-35157 232,515 9/12/2018 2.2.0-preview2-35157 is deprecated because it is no longer maintained.
2.2.0-preview1-35029 56,770 8/22/2018 2.2.0-preview1-35029 is deprecated because it is no longer maintained.
2.1.1 56,582,573 6/18/2018
2.1.0 55,403,517 5/29/2018
2.1.0-rc1-final 190,425 5/6/2018 2.1.0-rc1-final is deprecated because it is no longer maintained.
2.1.0-preview2-final 252,700 4/10/2018 2.1.0-preview2-final is deprecated because it is no longer maintained.
2.1.0-preview1-final 209,296 2/26/2018 2.1.0-preview1-final is deprecated because it is no longer maintained.
2.0.3 13,026,950 5/7/2018 2.0.3 is deprecated because it is no longer maintained.
2.0.2 13,690,522 3/13/2018 2.0.2 is deprecated because it is no longer maintained.
2.0.1 23,140,098 11/14/2017 2.0.1 is deprecated because it is no longer maintained.
2.0.0 61,457,709 8/11/2017 2.0.0 is deprecated because it is no longer maintained.
2.0.0-preview2-final 133,158 6/27/2017 2.0.0-preview2-final is deprecated because it is no longer maintained.
2.0.0-preview1-final 55,512 5/10/2017 2.0.0-preview1-final is deprecated because it is no longer maintained.
1.1.3 2,769,631 9/20/2017 1.1.3 is deprecated because it is no longer maintained.
1.1.2 4,563,112 5/9/2017 1.1.2 is deprecated because it is no longer maintained.
1.1.1 4,580,639 3/6/2017 1.1.1 is deprecated because it is no longer maintained.
1.1.0 3,258,123 11/16/2016 1.1.0 is deprecated because it is no longer maintained.
1.1.0-preview1-final 91,672 10/24/2016 1.1.0-preview1-final is deprecated because it is no longer maintained.
1.0.5 852,262 11/14/2017 1.0.5 is deprecated because it is no longer maintained.
1.0.4 45,243 9/20/2017 1.0.4 is deprecated because it is no longer maintained.
1.0.3 220,759 5/9/2017 1.0.3 is deprecated because it is no longer maintained.
1.0.2 3,212,854 3/6/2017 1.0.2 is deprecated because it is no longer maintained.
1.0.1 634,977 12/12/2016 1.0.1 is deprecated because it is no longer maintained.
1.0.0 9,978,721 6/27/2016 1.0.0 is deprecated because it is no longer maintained.
1.0.0-rc2-final 246,666 5/16/2016 1.0.0-rc2-final is deprecated because it is no longer maintained.