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

Additional APIs for ASP.NET Core data protection.

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 net46 is compatible.  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 (62)

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

Package Downloads
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.

Microsoft.Owin.Security.Interop

A compatibility layer for sharing authentication tickets between Microsoft.Owin.Security and Microsoft.AspNetCore.Authentication.

Gemstone.Common

GPA Gemstone Common Library

Thycotic.SecretServer.Sdk

The core Secret Server SDK library, required for interacting with Secret Server 10.4 or above programatically through the SDK.

GitHub repositories (11)

Showing the top 11 popular GitHub repositories that depend on Microsoft.AspNetCore.DataProtection.Extensions:

Repository Stars
dotnet/AspNetCore.Docs
Documentation for ASP.NET Core
aspnet/Identity
[Archived] ASP.NET Core Identity is the membership system for building ASP.NET Core web applications, including membership, login, and user data. Project moved to https://github.com/aspnet/AspNetCore
webprofusion/certify
Professional ACME Client for Windows. Certificate Management UI, powered by Let's Encrypt and compatible with all ACME v2 CAs. Used by over 150,000 organisations. Remember to Star us! Download from certifytheweb.com
NethermindEth/nethermind
A robust execution client for Ethereum node operators.
aspnet/Security
[Archived] Middleware for security and authorization of web apps. Project moved to https://github.com/aspnet/AspNetCore
fuluteam/fulusso
基于react+asp.net core开发的单点登录系统
SparkDevNetwork/Rock
An open source CMS, Relationship Management System (RMS) and Church Management System (ChMS) all rolled into one.
JasperFx/lamar
Fast Inversion of Control Tool and Successor to StructureMap
dotnet/systemweb-adapters
paolosalvatori/service-fabric-acs-kubernetes-multi-container-app
This sample demonstrates how create a multi-container application using ASP.NET Core and deploy it on an Azure Service Fabric Linux cluster with the DNS service or Azure Container Service Kubernetes cluster on Azure.
jiangjinnan/InsideAspNet6
Version Downloads Last Updated
10.0.0-preview.7.25380.108 11 8/12/2025
10.0.0-preview.6.25358.103 149 7/15/2025
10.0.0-preview.5.25277.114 212 6/6/2025
10.0.0-preview.4.25258.110 339 5/12/2025
10.0.0-preview.3.25172.1 363 4/10/2025
10.0.0-preview.2.25164.1 310 3/18/2025
10.0.0-preview.1.25120.3 319 2/25/2025
9.0.8 508 8/5/2025
9.0.7 12,792 7/8/2025
9.0.6 82,668 6/10/2025
9.0.5 83,085 5/13/2025
9.0.4 81,219 4/8/2025
9.0.3 52,356 3/11/2025
9.0.2 55,051 2/11/2025
9.0.1 247,709 1/14/2025
9.0.0 195,792 11/12/2024
9.0.0-rc.2.24474.3 805 10/8/2024
9.0.0-rc.1.24452.1 4,493 9/10/2024
9.0.0-preview.7.24406.2 303 8/13/2024
9.0.0-preview.6.24328.4 314 7/9/2024
9.0.0-preview.5.24306.11 273 6/11/2024
9.0.0-preview.4.24267.6 382 5/21/2024
9.0.0-preview.3.24172.13 371 4/11/2024
9.0.0-preview.2.24128.4 282 3/12/2024
9.0.0-preview.1.24081.5 310 2/13/2024
8.0.19 267 8/4/2025
8.0.18 3,447 7/8/2025
8.0.17 6,993 6/10/2025
8.0.16 18,396 5/13/2025
8.0.15 13,607 4/8/2025
8.0.14 29,719 3/11/2025
8.0.13 31,928 2/11/2025
8.0.12 44,031 1/14/2025
8.0.11 176,205 11/12/2024
8.0.10 237,512 10/8/2024
8.0.8 313,157 8/13/2024
8.0.7 414,498 7/9/2024
8.0.6 300,300 5/28/2024
8.0.5 49,508 5/14/2024
8.0.4 1,490,910 4/9/2024
8.0.3 233,134 3/12/2024
8.0.2 302,457 2/13/2024
8.0.1 237,643 1/9/2024
8.0.0 1,159,956 11/14/2023
8.0.0-rc.2.23480.2 1,800 10/10/2023
8.0.0-rc.1.23421.29 2,278 9/12/2023
8.0.0-preview.7.23375.9 476 8/8/2023
8.0.0-preview.6.23329.11 3,728 7/11/2023
8.0.0-preview.5.23302.2 400 6/13/2023
8.0.0-preview.4.23260.4 441 5/16/2023
8.0.0-preview.3.23177.8 725 4/11/2023
8.0.0-preview.2.23153.2 467 3/14/2023
8.0.0-preview.1.23112.2 505 2/21/2023
7.0.20 29,678 5/28/2024
7.0.19 1,835 5/14/2024
7.0.18 39,198 4/9/2024
7.0.17 143,564 3/12/2024
7.0.16 17,681 2/13/2024
7.0.15 26,999 1/9/2024
7.0.14 151,210 11/14/2023
7.0.13 50,261 10/24/2023
7.0.12 27,813 10/10/2023
7.0.11 152,804 9/12/2023
7.0.10 125,618 8/8/2023
7.0.9 145,749 7/11/2023
7.0.8 52,813 6/22/2023
7.0.7 52,650 6/13/2023
7.0.5 339,980 4/11/2023
7.0.4 217,521 3/14/2023
7.0.3 156,107 2/14/2023
7.0.2 147,202 1/10/2023
7.0.1 57,348 12/13/2022
7.0.0 52,626 11/7/2022
7.0.0-rc.2.22476.2 534 10/11/2022
7.0.0-rc.1.22427.2 570 9/14/2022
7.0.0-preview.7.22376.6 561 8/9/2022
7.0.0-preview.6.22330.3 914 7/12/2022
7.0.0-preview.5.22303.8 511 6/14/2022
7.0.0-preview.4.22251.1 810 5/10/2022
7.0.0-preview.3.22178.4 827 4/13/2022
7.0.0-preview.2.22153.2 491 3/14/2022
7.0.0-preview.1.22109.13 2,353 2/17/2022
6.0.36 20,152 11/12/2024
6.0.35 3,043 10/8/2024
6.0.33 29,604 8/13/2024
6.0.32 17,694 7/9/2024
6.0.31 18,696 5/28/2024
6.0.30 4,604 5/14/2024
6.0.29 136,973 4/9/2024
6.0.28 17,911 3/12/2024
6.0.27 8,533 2/13/2024
6.0.26 18,058 1/9/2024
6.0.25 242,734 11/14/2023
6.0.24 23,548 10/24/2023
6.0.23 22,797 10/10/2023
6.0.22 52,889 9/12/2023
6.0.21 55,928 8/8/2023
6.0.20 26,252 7/11/2023
6.0.19 16,893 6/22/2023
6.0.18 10,813 6/13/2023
6.0.16 63,353 4/11/2023
6.0.15 29,133 3/14/2023
6.0.14 62,066 2/14/2023
6.0.13 523,650 1/10/2023
6.0.12 35,579 12/13/2022
6.0.11 94,346 11/7/2022
6.0.10 161,681 10/11/2022
6.0.9 187,553 9/13/2022
6.0.8 186,751 8/9/2022
6.0.7 117,767 7/12/2022
6.0.6 345,438 6/14/2022
6.0.5 257,936 5/10/2022
6.0.4 248,922 4/11/2022
6.0.3 158,063 3/8/2022
6.0.2 151,855 2/8/2022
6.0.1 223,251 12/14/2021
6.0.0 1,557,500 11/8/2021
6.0.0-rc.2.21480.10 611 10/12/2021
6.0.0-rc.1.21452.15 537 9/14/2021
6.0.0-preview.7.21378.6 589 8/10/2021
6.0.0-preview.6.21355.2 499 7/14/2021
6.0.0-preview.5.21301.17 522 6/15/2021
6.0.0-preview.4.21253.5 511 5/24/2021
6.0.0-preview.3.21201.13 589 4/8/2021
6.0.0-preview.2.21154.6 687 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 596 2/12/2021 6.0.0-preview.1.21103.6 is deprecated because it is no longer maintained.
5.0.17 56,829 5/10/2022 5.0.17 is deprecated because it is no longer maintained.
5.0.16 2,191 4/11/2022 5.0.16 is deprecated because it is no longer maintained.
5.0.15 3,385 3/8/2022 5.0.15 is deprecated because it is no longer maintained.
5.0.14 77,232 2/8/2022 5.0.14 is deprecated because it is no longer maintained.
5.0.13 26,376 12/14/2021 5.0.13 is deprecated because it is no longer maintained.
5.0.12 16,916 11/7/2021 5.0.12 is deprecated because it is no longer maintained.
5.0.11 42,748 10/12/2021 5.0.11 is deprecated because it is no longer maintained.
5.0.10 38,311 9/14/2021 5.0.10 is deprecated because it is no longer maintained.
5.0.9 261,378 8/10/2021 5.0.9 is deprecated because it is no longer maintained.
5.0.8 184,282 7/13/2021 5.0.8 is deprecated because it is no longer maintained.
5.0.7 60,162 6/8/2021 5.0.7 is deprecated because it is no longer maintained.
5.0.6 163,237 5/11/2021 5.0.6 is deprecated because it is no longer maintained.
5.0.5 104,463 4/6/2021 5.0.5 is deprecated because it is no longer maintained.
5.0.4 51,049 3/9/2021 5.0.4 is deprecated because it is no longer maintained.
5.0.3 46,931 2/9/2021 5.0.3 is deprecated because it is no longer maintained.
5.0.2 216,513 1/12/2021 5.0.2 is deprecated because it is no longer maintained.
5.0.1 67,474 12/8/2020 5.0.1 is deprecated because it is no longer maintained.
5.0.0 118,829 11/9/2020 5.0.0 is deprecated because it is no longer maintained.
5.0.0-rc.2.20475.17 869 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 1,611 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 658 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 1,389 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 723 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 702 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 732 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 941 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 886 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 744 3/16/2020 5.0.0-preview.1.20124.5 is deprecated because it is no longer maintained.
3.1.32 211,838 12/13/2022
3.1.31 4,735 11/8/2022
3.1.30 1,786 10/11/2022
3.1.29 2,980 9/13/2022
3.1.28 1,490,670 8/9/2022
3.1.27 2,965 7/12/2022
3.1.26 3,186 6/14/2022
3.1.25 2,648 5/10/2022
3.1.24 13,801 4/11/2022
3.1.23 2,669 3/8/2022
3.1.22 64,937 12/14/2021
3.1.21 6,857 11/7/2021
3.1.20 5,463 10/11/2021
3.1.19 6,234 9/14/2021
3.1.18 18,380 8/10/2021
3.1.17 38,327 7/13/2021
3.1.16 47,745 6/8/2021
3.1.15 22,486 5/11/2021
3.1.14 28,003 4/6/2021
3.1.13 28,396 3/9/2021
3.1.12 41,494 2/9/2021
3.1.11 21,325 1/12/2021
3.1.10 92,699 11/9/2020
3.1.9 205,150 10/13/2020
3.1.8 261,705 9/8/2020
3.1.7 111,198 8/11/2020
3.1.6 198,020 7/14/2020
3.1.5 140,184 6/9/2020
3.1.4 355,218 5/12/2020
3.1.3 332,509 3/24/2020
3.1.2 67,113 2/18/2020
3.1.1 278,524 1/14/2020
3.1.0 232,197 12/3/2019
3.1.0-preview3.19555.2 749 11/13/2019 3.1.0-preview3.19555.2 is deprecated because it is no longer maintained.
3.1.0-preview2.19528.8 1,957 11/1/2019 3.1.0-preview2.19528.8 is deprecated because it is no longer maintained.
3.1.0-preview1.19508.20 742 10/15/2019 3.1.0-preview1.19508.20 is deprecated because it is no longer maintained.
3.0.3 23,415 2/18/2020 3.0.3 is deprecated because it is no longer maintained.
3.0.2 2,151 1/14/2020 3.0.2 is deprecated because it is no longer maintained.
3.0.0 51,181 9/23/2019 3.0.0 is deprecated because it is no longer maintained.
3.0.0-rc1.19457.4 738 9/16/2019 3.0.0-rc1.19457.4 is deprecated because it is no longer maintained.
3.0.0-preview9.19424.4 760 9/4/2019 3.0.0-preview9.19424.4 is deprecated because it is no longer maintained.
3.0.0-preview8.19405.7 764 8/13/2019 3.0.0-preview8.19405.7 is deprecated because it is no longer maintained.
3.0.0-preview7.19365.7 1,213 7/23/2019 3.0.0-preview7.19365.7 is deprecated because it is no longer maintained.
2.3.0 31,203 1/14/2025
2.2.0 14,634,224 12/3/2018 2.2.0 is deprecated because it is no longer maintained.
2.2.0-preview3-35497 73,525 10/17/2018 2.2.0-preview3-35497 is deprecated because it is no longer maintained.
2.2.0-preview2-35157 5,957 9/12/2018 2.2.0-preview2-35157 is deprecated because it is no longer maintained.
2.2.0-preview1-35029 3,626 8/22/2018 2.2.0-preview1-35029 is deprecated because it is no longer maintained.
2.1.1 18,914,785 6/18/2018
2.1.0 3,379,282 5/29/2018
2.1.0-rc1-final 19,776 5/6/2018 2.1.0-rc1-final is deprecated because it is no longer maintained.
2.1.0-preview2-final 20,213 4/10/2018 2.1.0-preview2-final is deprecated because it is no longer maintained.
2.1.0-preview1-final 27,401 2/26/2018 2.1.0-preview1-final is deprecated because it is no longer maintained.
2.0.3 8,546,219 5/7/2018 2.0.3 is deprecated because it is no longer maintained.
2.0.2 3,475,511 3/13/2018 2.0.2 is deprecated because it is no longer maintained.
2.0.1 5,300,333 11/14/2017 2.0.1 is deprecated because it is no longer maintained.
2.0.0 6,500,993 8/11/2017 2.0.0 is deprecated because it is no longer maintained.
2.0.0-preview2-final 53,122 6/27/2017 2.0.0-preview2-final is deprecated because it is no longer maintained.
2.0.0-preview1-final 19,438 5/10/2017 2.0.0-preview1-final is deprecated because it is no longer maintained.
1.1.3 152,808 9/20/2017 1.1.3 is deprecated because it is no longer maintained.
1.1.2 139,626 5/9/2017 1.1.2 is deprecated because it is no longer maintained.
1.1.1 69,661 3/6/2017 1.1.1 is deprecated because it is no longer maintained.
1.1.0 52,833 11/16/2016 1.1.0 is deprecated because it is no longer maintained.
1.1.0-preview1-final 3,614 10/24/2016 1.1.0-preview1-final is deprecated because it is no longer maintained.
1.0.5 5,743 11/14/2017 1.0.5 is deprecated because it is no longer maintained.
1.0.4 3,217 9/20/2017 1.0.4 is deprecated because it is no longer maintained.
1.0.3 5,358 5/9/2017 1.0.3 is deprecated because it is no longer maintained.
1.0.2 20,942 3/6/2017 1.0.2 is deprecated because it is no longer maintained.
1.0.1 10,727 12/12/2016 1.0.1 is deprecated because it is no longer maintained.
1.0.0 94,099 6/27/2016 1.0.0 is deprecated because it is no longer maintained.
1.0.0-rc2-final 4,198 5/16/2016 1.0.0-rc2-final is deprecated because it is no longer maintained.