Microsoft.AspNetCore.DataProtection
9.0.0-rc.2.24474.3
Prefix Reserved
dotnet add package Microsoft.AspNetCore.DataProtection --version 9.0.0-rc.2.24474.3
NuGet\Install-Package Microsoft.AspNetCore.DataProtection -Version 9.0.0-rc.2.24474.3
<PackageReference Include="Microsoft.AspNetCore.DataProtection" Version="9.0.0-rc.2.24474.3" />
paket add Microsoft.AspNetCore.DataProtection --version 9.0.0-rc.2.24474.3
#r "nuget: Microsoft.AspNetCore.DataProtection, 9.0.0-rc.2.24474.3"
// Install Microsoft.AspNetCore.DataProtection as a Cake Addin #addin nuget:?package=Microsoft.AspNetCore.DataProtection&version=9.0.0-rc.2.24474.3&prerelease // Install Microsoft.AspNetCore.DataProtection as a Cake Tool #tool nuget:?package=Microsoft.AspNetCore.DataProtection&version=9.0.0-rc.2.24474.3&prerelease
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/aspnetcore/tree/c70204ae3c91d2b48fa6d9b92b62265f368421b4
Product | Versions 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 is compatible. |
.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. |
-
.NETFramework 4.6.2
- Microsoft.AspNetCore.Cryptography.Internal (>= 9.0.0-rc.2.24474.3)
- Microsoft.AspNetCore.DataProtection.Abstractions (>= 9.0.0-rc.2.24474.3)
- Microsoft.Extensions.DependencyInjection.Abstractions (>= 9.0.0-rc.2.24473.5)
- Microsoft.Extensions.Hosting.Abstractions (>= 9.0.0-rc.2.24473.5)
- Microsoft.Extensions.Logging.Abstractions (>= 9.0.0-rc.2.24473.5)
- Microsoft.Extensions.Options (>= 9.0.0-rc.2.24473.5)
- Microsoft.Win32.Registry (>= 5.0.0)
- System.Runtime.InteropServices.RuntimeInformation (>= 4.3.0)
- System.Security.Cryptography.Xml (>= 9.0.0-rc.2.24473.5)
-
.NETStandard 2.0
- Microsoft.AspNetCore.Cryptography.Internal (>= 9.0.0-rc.2.24474.3)
- Microsoft.AspNetCore.DataProtection.Abstractions (>= 9.0.0-rc.2.24474.3)
- Microsoft.Extensions.DependencyInjection.Abstractions (>= 9.0.0-rc.2.24473.5)
- Microsoft.Extensions.Hosting.Abstractions (>= 9.0.0-rc.2.24473.5)
- Microsoft.Extensions.Logging.Abstractions (>= 9.0.0-rc.2.24473.5)
- Microsoft.Extensions.Options (>= 9.0.0-rc.2.24473.5)
- Microsoft.Win32.Registry (>= 5.0.0)
- System.Security.Cryptography.Xml (>= 9.0.0-rc.2.24473.5)
- System.Security.Principal.Windows (>= 5.0.0)
-
net9.0
- Microsoft.AspNetCore.Cryptography.Internal (>= 9.0.0-rc.2.24474.3)
- Microsoft.AspNetCore.DataProtection.Abstractions (>= 9.0.0-rc.2.24474.3)
- Microsoft.Extensions.DependencyInjection.Abstractions (>= 9.0.0-rc.2.24473.5)
- Microsoft.Extensions.Hosting.Abstractions (>= 9.0.0-rc.2.24473.5)
- Microsoft.Extensions.Logging.Abstractions (>= 9.0.0-rc.2.24473.5)
- Microsoft.Extensions.Options (>= 9.0.0-rc.2.24473.5)
- System.Security.Cryptography.Xml (>= 9.0.0-rc.2.24473.5)
NuGet packages (231)
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. This package was built from the source code at https://github.com/aspnet/Antiforgery/tree/9e5146cff912ebbd003d597eb055144e740759fa |
|
Microsoft.AspNetCore.Authentication
ASP.NET Core common types used by the various authentication middleware components. This package was built from the source code at https://github.com/aspnet/Security/tree/93926543f8469614c2feb23de8a8c0561b8b2463 |
|
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/aspnetcore/tree/c70204ae3c91d2b48fa6d9b92b62265f368421b4 |
GitHub repositories (45)
Showing the top 5 popular GitHub repositories that depend on Microsoft.AspNetCore.DataProtection:
Repository | Stars |
---|---|
bitwarden/server
Bitwarden infrastructure/backend (API, database, Docker, etc).
|
|
dotnet/AspNetCore.Docs
Documentation for ASP.NET Core
|
|
Jackett/Jackett
API Support for your favorite torrent trackers
|
|
dodyg/practical-aspnetcore
Practical samples of ASP.NET Core 9 RC2, 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.
|
Version | Downloads | Last updated | |
---|---|---|---|
9.0.0-rc.2.24474.3 | 11,195 | 10/8/2024 | |
9.0.0-rc.1.24452.1 | 18,852 | 9/10/2024 | |
9.0.0-preview.7.24406.2 | 3,011 | 8/13/2024 | |
9.0.0-preview.6.24328.4 | 27,329 | 7/9/2024 | |
9.0.0-preview.5.24306.11 | 775 | 6/11/2024 | |
9.0.0-preview.4.24267.6 | 7,439 | 5/21/2024 | |
9.0.0-preview.3.24172.13 | 75,570 | 4/11/2024 | |
9.0.0-preview.2.24128.4 | 20,608 | 3/12/2024 | |
9.0.0-preview.1.24081.5 | 21,156 | 2/13/2024 | |
8.0.10 | 513,058 | 10/8/2024 | |
8.0.8 | 1,483,270 | 8/13/2024 | |
8.0.7 | 1,144,007 | 7/9/2024 | |
8.0.6 | 1,512,796 | 5/28/2024 | |
8.0.5 | 491,398 | 5/14/2024 | |
8.0.4 | 1,910,392 | 4/9/2024 | |
8.0.3 | 989,622 | 3/12/2024 | |
8.0.2 | 1,075,467 | 2/13/2024 | |
8.0.1 | 5,603,996 | 1/9/2024 | |
8.0.0 | 15,855,930 | 11/14/2023 | |
8.0.0-rc.2.23480.2 | 669,877 | 10/10/2023 | |
8.0.0-rc.1.23421.29 | 70,314 | 9/12/2023 | |
8.0.0-preview.7.23375.9 | 214,342 | 8/8/2023 | |
8.0.0-preview.6.23329.11 | 7,529 | 7/11/2023 | |
8.0.0-preview.5.23302.2 | 3,753 | 6/13/2023 | |
8.0.0-preview.4.23260.4 | 173,762 | 5/16/2023 | |
8.0.0-preview.3.23177.8 | 6,149 | 4/11/2023 | |
8.0.0-preview.2.23153.2 | 2,095 | 3/14/2023 | |
8.0.0-preview.1.23112.2 | 55,068 | 2/21/2023 | |
7.0.20 | 124,478 | 5/28/2024 | |
7.0.19 | 17,447 | 5/14/2024 | |
7.0.18 | 72,991 | 4/9/2024 | |
7.0.17 | 251,340 | 3/12/2024 | |
7.0.16 | 138,289 | 2/13/2024 | |
7.0.15 | 180,736 | 1/9/2024 | |
7.0.14 | 596,693 | 11/14/2023 | |
7.0.13 | 583,476 | 10/24/2023 | |
7.0.12 | 1,229,885 | 10/10/2023 | |
7.0.11 | 984,815 | 9/12/2023 | |
7.0.10 | 1,785,423 | 8/8/2023 | |
7.0.9 | 1,787,268 | 7/11/2023 | |
7.0.8 | 421,788 | 6/22/2023 | |
7.0.7 | 1,156,861 | 6/13/2023 | |
7.0.5 | 3,107,867 | 4/11/2023 | |
7.0.4 | 1,526,218 | 3/14/2023 | |
7.0.3 | 2,652,102 | 2/14/2023 | |
7.0.2 | 901,618 | 1/10/2023 | |
7.0.1 | 543,700 | 12/13/2022 | |
7.0.0 | 2,760,837 | 11/7/2022 | |
7.0.0-rc.2.22476.2 | 32,591 | 10/11/2022 | |
7.0.0-rc.1.22427.2 | 5,694 | 9/14/2022 | |
7.0.0-preview.7.22376.6 | 5,109 | 8/9/2022 | |
7.0.0-preview.6.22330.3 | 19,433 | 7/12/2022 | |
7.0.0-preview.5.22303.8 | 1,427 | 6/14/2022 | |
7.0.0-preview.4.22251.1 | 6,328 | 5/10/2022 | |
7.0.0-preview.3.22178.4 | 1,273 | 4/13/2022 | |
7.0.0-preview.2.22153.2 | 8,235 | 3/14/2022 | |
7.0.0-preview.1.22109.13 | 2,419 | 2/17/2022 | |
6.0.35 | 18,028 | 10/8/2024 | |
6.0.33 | 65,627 | 8/13/2024 | |
6.0.32 | 43,101 | 7/9/2024 | |
6.0.31 | 80,748 | 5/28/2024 | |
6.0.30 | 33,855 | 5/14/2024 | |
6.0.29 | 170,765 | 4/9/2024 | |
6.0.28 | 168,128 | 3/12/2024 | |
6.0.27 | 209,778 | 2/13/2024 | |
6.0.26 | 245,797 | 1/9/2024 | |
6.0.25 | 592,943 | 11/14/2023 | |
6.0.24 | 191,370 | 10/24/2023 | |
6.0.23 | 1,041,953 | 10/10/2023 | |
6.0.22 | 827,162 | 9/12/2023 | |
6.0.21 | 1,260,454 | 8/8/2023 | |
6.0.20 | 1,081,216 | 7/11/2023 | |
6.0.19 | 141,272 | 6/22/2023 | |
6.0.18 | 914,960 | 6/13/2023 | |
6.0.16 | 2,513,733 | 4/11/2023 | |
6.0.15 | 924,826 | 3/14/2023 | |
6.0.14 | 1,252,265 | 2/14/2023 | |
6.0.13 | 1,043,344 | 1/10/2023 | |
6.0.12 | 318,591 | 12/13/2022 | |
6.0.11 | 1,081,554 | 11/7/2022 | |
6.0.10 | 1,746,982 | 10/11/2022 | |
6.0.9 | 1,447,623 | 9/13/2022 | |
6.0.8 | 1,526,426 | 8/9/2022 | |
6.0.7 | 1,610,140 | 7/12/2022 | |
6.0.6 | 1,077,403 | 6/14/2022 | |
6.0.5 | 1,889,901 | 5/10/2022 | |
6.0.4 | 1,344,998 | 4/11/2022 | |
6.0.3 | 1,284,667 | 3/8/2022 | |
6.0.2 | 1,047,729 | 2/8/2022 | |
6.0.1 | 3,036,722 | 12/14/2021 | |
6.0.0 | 5,450,988 | 11/8/2021 | |
6.0.0-rc.2.21480.10 | 14,014 | 10/12/2021 | |
6.0.0-rc.1.21452.15 | 4,097 | 9/14/2021 | |
6.0.0-preview.7.21378.6 | 7,221 | 8/10/2021 | |
6.0.0-preview.6.21355.2 | 1,408 | 7/14/2021 | |
6.0.0-preview.5.21301.17 | 1,813 | 6/15/2021 | |
6.0.0-preview.4.21253.5 | 1,361 | 5/24/2021 | |
6.0.0-preview.3.21201.13 | 2,901 | 4/8/2021 | |
6.0.0-preview.2.21154.6 | 1,185 | 3/11/2021 | |
6.0.0-preview.1.21103.6 | 1,853 | 2/12/2021 | |
5.0.17 | 693,847 | 5/10/2022 | |
5.0.16 | 60,981 | 4/11/2022 | |
5.0.15 | 174,060 | 3/8/2022 | |
5.0.14 | 179,274 | 2/8/2022 | |
5.0.13 | 199,681 | 12/14/2021 | |
5.0.12 | 393,550 | 11/7/2021 | |
5.0.11 | 671,243 | 10/12/2021 | |
5.0.10 | 585,739 | 9/14/2021 | |
5.0.9 | 711,450 | 8/10/2021 | |
5.0.8 | 30,810,039 | 7/13/2021 | |
5.0.7 | 795,490 | 6/8/2021 | |
5.0.6 | 782,289 | 5/11/2021 | |
5.0.5 | 6,465,884 | 4/6/2021 | |
5.0.4 | 475,066 | 3/9/2021 | |
5.0.3 | 617,234 | 2/9/2021 | |
5.0.2 | 1,101,325 | 1/12/2021 | |
5.0.1 | 514,279 | 12/8/2020 | |
5.0.0 | 641,544 | 11/9/2020 | |
5.0.0-rc.2.20475.17 | 7,525 | 10/13/2020 | |
5.0.0-rc.1.20451.17 | 57,122 | 9/14/2020 | |
5.0.0-preview.8.20414.8 | 23,305 | 8/25/2020 | |
5.0.0-preview.7.20365.19 | 2,787 | 7/21/2020 | |
5.0.0-preview.6.20312.15 | 3,596 | 6/25/2020 | |
5.0.0-preview.5.20279.2 | 1,057 | 6/10/2020 | |
5.0.0-preview.4.20257.10 | 2,444 | 5/18/2020 | |
5.0.0-preview.3.20215.14 | 3,032 | 4/23/2020 | |
5.0.0-preview.2.20167.3 | 1,231 | 4/2/2020 | |
5.0.0-preview.1.20124.5 | 1,201 | 3/16/2020 | |
3.1.32 | 8,108,417 | 12/13/2022 | |
3.1.31 | 654,688 | 11/8/2022 | |
3.1.30 | 347,741 | 10/11/2022 | |
3.1.29 | 26,865 | 9/13/2022 | |
3.1.28 | 3,675,067 | 8/9/2022 | |
3.1.27 | 52,507 | 7/12/2022 | |
3.1.26 | 36,643 | 6/14/2022 | |
3.1.25 | 37,540 | 5/10/2022 | |
3.1.24 | 1,721,470 | 4/11/2022 | |
3.1.23 | 355,557 | 3/8/2022 | |
3.1.22 | 1,025,712 | 12/14/2021 | |
3.1.21 | 377,759 | 11/7/2021 | |
3.1.20 | 158,334 | 10/11/2021 | |
3.1.19 | 137,261 | 9/14/2021 | |
3.1.18 | 406,505 | 8/10/2021 | |
3.1.17 | 328,785 | 7/13/2021 | |
3.1.16 | 324,556 | 6/8/2021 | |
3.1.15 | 312,510 | 5/11/2021 | |
3.1.14 | 619,870 | 4/6/2021 | |
3.1.13 | 301,125 | 3/9/2021 | |
3.1.12 | 534,435 | 2/9/2021 | |
3.1.11 | 282,849 | 1/12/2021 | |
3.1.10 | 737,555 | 11/9/2020 | |
3.1.9 | 1,532,059 | 10/13/2020 | |
3.1.8 | 1,513,443 | 9/8/2020 | |
3.1.7 | 1,217,592 | 8/11/2020 | |
3.1.6 | 1,058,363 | 7/14/2020 | |
3.1.5 | 1,184,941 | 6/9/2020 | |
3.1.4 | 1,889,960 | 5/12/2020 | |
3.1.3 | 1,995,059 | 3/24/2020 | |
3.1.2 | 1,232,293 | 2/18/2020 | |
3.1.1 | 1,366,287 | 1/14/2020 | |
3.1.0 | 1,944,302 | 12/3/2019 | |
3.1.0-preview3.19555.2 | 2,957 | 11/13/2019 | |
3.1.0-preview2.19528.8 | 2,673 | 11/1/2019 | |
3.1.0-preview1.19508.20 | 1,041 | 10/15/2019 | |
3.0.3 | 65,984 | 2/18/2020 | |
3.0.2 | 26,327 | 1/14/2020 | |
3.0.0 | 2,660,342 | 9/23/2019 | |
3.0.0-rc1.19457.4 | 4,789 | 9/16/2019 | |
3.0.0-preview9.19424.4 | 5,156 | 9/4/2019 | |
3.0.0-preview8.19405.7 | 6,362 | 8/13/2019 | |
3.0.0-preview7.19365.7 | 5,925 | 7/23/2019 | |
2.2.0 | 212,894,660 | 12/3/2018 | |
2.2.0-preview3-35497 | 135,739 | 10/17/2018 | |
2.2.0-preview2-35157 | 225,043 | 9/12/2018 | |
2.2.0-preview1-35029 | 54,134 | 8/22/2018 | |
2.1.1 | 51,559,502 | 6/18/2018 | |
2.1.0 | 52,914,289 | 5/29/2018 | |
2.1.0-rc1-final | 192,737 | 5/6/2018 | |
2.1.0-preview2-final | 258,230 | 4/10/2018 | |
2.1.0-preview1-final | 212,222 | 2/26/2018 | |
2.0.3 | 12,490,816 | 5/7/2018 | |
2.0.2 | 13,378,364 | 3/13/2018 | |
2.0.1 | 22,407,287 | 11/14/2017 | |
2.0.0 | 58,905,196 | 8/11/2017 | |
2.0.0-preview2-final | 113,815 | 6/27/2017 | |
2.0.0-preview1-final | 40,934 | 5/10/2017 | |
1.1.3 | 2,677,376 | 9/20/2017 | |
1.1.2 | 4,415,555 | 5/9/2017 | |
1.1.1 | 4,498,633 | 3/6/2017 | |
1.1.0 | 3,304,266 | 11/16/2016 | |
1.1.0-preview1-final | 187,477 | 10/24/2016 | |
1.0.5 | 794,217 | 11/14/2017 | |
1.0.4 | 37,443 | 9/20/2017 | |
1.0.3 | 159,778 | 5/9/2017 | |
1.0.2 | 3,122,079 | 3/6/2017 | |
1.0.1 | 626,646 | 12/12/2016 | |
1.0.0 | 9,336,740 | 6/27/2016 | |
1.0.0-rc2-final | 240,534 | 5/16/2016 |