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

Infrastructure for ASP.NET Core cryptographic packages. Applications and libraries should not reference this package directly.

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

Showing the top 5 NuGet packages that depend on Microsoft.AspNetCore.Cryptography.Internal:

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/30000d883e06c122311a66894579bc12329a09d4

Microsoft.AspNetCore.Cryptography.KeyDerivation

ASP.NET Core utilities for key derivation. This package was built from the source code at https://github.com/dotnet/dotnet/tree/30000d883e06c122311a66894579bc12329a09d4

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.

BIP.RPA.CommonUtilities

A nuget utility shared for robots made by BIP

GitHub repositories (14)

Showing the top 14 popular GitHub repositories that depend on Microsoft.AspNetCore.Cryptography.Internal:

Repository Stars
dotnet/AspNetCore.Docs
Documentation for ASP.NET Core
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.
NuGet/NuGetGallery
NuGet Gallery is a package repository that powers https://www.nuget.org. Use this repo for reporting NuGet.org issues.
security-code-scan/security-code-scan
Vulnerability Patterns Detector for C# and VB.NET
semazurek/ET-Optimizer
ET is a powerful application to improve performance, debloat, optimize and enhance privacy for Windows 10/11.
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.
mcintyre321/FormFactory
MVC5, Core or standalone - Generate rich HTML5 forms from your ViewModels, or build them programatically
ohhsodead/arisen-studio
Browse, Download and Install Mods for PlayStation 3 & Xbox 360
Azure-Samples/active-directory-b2c-advanced-policies
Sample for use with Azure AD B2C with Custom Policies.
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.)
aehyok/.NET8.0
net8.0 efcore mysql redis rabbitmq 微服务
Version Downloads Last Updated
10.0.0-rc.1.25451.107 0 9/9/2025
10.0.0-preview.7.25380.108 6,136 8/12/2025
10.0.0-preview.6.25358.103 1,699 7/15/2025
10.0.0-preview.5.25277.114 2,736 6/6/2025
10.0.0-preview.4.25258.110 2,848 5/12/2025
10.0.0-preview.3.25172.1 4,474 4/10/2025
10.0.0-preview.2.25164.1 2,209 3/18/2025
10.0.0-preview.1.25120.3 71,595 2/25/2025
9.0.9 0 9/9/2025
9.0.8 702,435 8/5/2025
9.0.7 627,526 7/8/2025
9.0.6 1,062,426 6/10/2025
9.0.5 1,262,644 5/13/2025
9.0.4 1,595,538 4/8/2025
9.0.3 1,506,890 3/11/2025
9.0.2 1,826,660 2/11/2025
9.0.1 1,876,789 1/14/2025
9.0.0 11,058,238 11/12/2024
9.0.0-rc.2.24474.3 244,553 10/8/2024
9.0.0-rc.1.24452.1 149,840 9/10/2024
9.0.0-preview.7.24406.2 8,780 8/13/2024
9.0.0-preview.6.24328.4 201,470 7/9/2024
9.0.0-preview.5.24306.11 9,789 6/11/2024
9.0.0-preview.4.24267.6 11,459 5/21/2024
9.0.0-preview.3.24172.13 82,545 4/11/2024
9.0.0-preview.2.24128.4 25,515 3/12/2024
9.0.0-preview.1.24081.5 27,913 2/13/2024
8.0.20 0 9/9/2025
8.0.19 337,269 8/4/2025
8.0.18 250,218 7/8/2025
8.0.17 1,163,349 6/10/2025
8.0.16 1,121,882 5/13/2025
8.0.15 1,167,877 4/8/2025
8.0.14 1,545,158 3/11/2025
8.0.13 1,297,526 2/11/2025
8.0.12 1,616,911 1/14/2025
8.0.11 8,724,298 11/12/2024
8.0.10 6,399,929 10/8/2024
8.0.8 7,986,672 8/13/2024
8.0.7 4,967,480 7/9/2024
8.0.6 6,645,854 5/28/2024
8.0.5 2,182,230 5/14/2024
8.0.4 7,494,768 4/9/2024
8.0.3 3,793,469 3/12/2024
8.0.2 4,546,525 2/13/2024
8.0.1 26,842,462 1/9/2024
8.0.0 30,700,804 11/14/2023
8.0.0-rc.2.23480.2 1,157,477 10/10/2023
8.0.0-rc.1.23421.29 132,736 9/12/2023
8.0.0-preview.7.23375.9 491,341 8/8/2023
8.0.0-preview.6.23329.11 86,910 7/11/2023
8.0.0-preview.5.23302.2 12,243 6/13/2023
8.0.0-preview.4.23260.4 272,776 5/16/2023
8.0.0-preview.3.23177.8 18,190 4/11/2023
8.0.0-preview.2.23153.2 98,624 3/14/2023
8.0.0-preview.1.23112.2 65,052 2/21/2023
7.0.20 879,948 5/28/2024
7.0.19 88,242 5/14/2024
7.0.18 248,586 4/9/2024
7.0.17 746,027 3/12/2024
7.0.16 394,888 2/13/2024
7.0.15 576,074 1/9/2024
7.0.14 1,176,376 11/14/2023
7.0.13 1,597,866 10/24/2023
7.0.12 1,990,614 10/10/2023
7.0.11 2,037,905 9/12/2023
7.0.10 3,339,839 8/8/2023
7.0.9 3,033,448 7/11/2023
7.0.8 1,222,329 6/22/2023
7.0.7 2,386,450 6/13/2023
7.0.5 6,842,237 4/11/2023
7.0.4 3,064,514 3/14/2023
7.0.3 4,300,036 2/14/2023
7.0.2 3,286,333 1/10/2023
7.0.1 1,449,937 12/13/2022
7.0.0 6,514,402 11/7/2022
7.0.0-rc.2.22476.2 91,182 10/11/2022
7.0.0-rc.1.22427.2 78,898 9/14/2022
7.0.0-preview.7.22376.6 14,491 8/9/2022
7.0.0-preview.6.22330.3 24,066 7/12/2022
7.0.0-preview.5.22303.8 11,569 6/14/2022
7.0.0-preview.4.22251.1 10,696 5/10/2022
7.0.0-preview.3.22178.4 6,466 4/13/2022
7.0.0-preview.2.22153.2 15,105 3/14/2022
7.0.0-preview.1.22109.13 4,086 2/17/2022
6.0.36 446,048 11/12/2024
6.0.35 278,864 10/8/2024
6.0.33 1,120,761 8/13/2024
6.0.32 215,999 7/9/2024
6.0.31 307,550 5/28/2024
6.0.30 176,668 5/14/2024
6.0.29 606,260 4/9/2024
6.0.28 607,987 3/12/2024
6.0.27 624,240 2/13/2024
6.0.26 1,560,175 1/9/2024
6.0.25 1,470,002 11/14/2023
6.0.24 789,238 10/24/2023
6.0.23 1,440,003 10/10/2023
6.0.22 1,461,722 9/12/2023
6.0.21 2,158,421 8/8/2023
6.0.20 1,815,939 7/11/2023
6.0.19 581,232 6/22/2023
6.0.18 1,336,167 6/13/2023
6.0.16 4,438,436 4/11/2023
6.0.15 1,806,732 3/14/2023
6.0.14 2,351,138 2/14/2023
6.0.13 2,581,949 1/10/2023
6.0.12 1,312,131 12/13/2022
6.0.11 2,845,547 11/7/2022
6.0.10 4,799,319 10/11/2022
6.0.9 4,625,549 9/13/2022
6.0.8 5,714,009 8/9/2022
6.0.7 4,357,333 7/12/2022
6.0.6 3,963,724 6/14/2022
6.0.5 7,729,136 5/10/2022
6.0.4 4,310,570 4/11/2022
6.0.3 4,697,838 3/8/2022
6.0.2 4,350,915 2/8/2022
6.0.1 8,322,631 12/14/2021
6.0.0 16,894,278 11/8/2021
6.0.0-rc.2.21480.10 53,024 10/12/2021
6.0.0-rc.1.21452.15 43,863 9/14/2021
6.0.0-preview.7.21378.6 30,937 8/10/2021
6.0.0-preview.6.21355.2 16,005 7/14/2021
6.0.0-preview.5.21301.17 15,583 6/15/2021
6.0.0-preview.4.21253.5 12,036 5/24/2021
6.0.0-preview.3.21201.13 27,222 4/8/2021
6.0.0-preview.2.21154.6 10,336 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 24,141 2/12/2021 6.0.0-preview.1.21103.6 is deprecated because it is no longer maintained.
5.0.17 2,005,148 5/10/2022 5.0.17 is deprecated because it is no longer maintained.
5.0.16 264,499 4/11/2022 5.0.16 is deprecated because it is no longer maintained.
5.0.15 512,076 3/8/2022 5.0.15 is deprecated because it is no longer maintained.
5.0.14 445,414 2/8/2022 5.0.14 is deprecated because it is no longer maintained.
5.0.13 804,131 12/14/2021 5.0.13 is deprecated because it is no longer maintained.
5.0.12 1,111,329 11/7/2021 5.0.12 is deprecated because it is no longer maintained.
5.0.11 3,966,163 10/12/2021 5.0.11 is deprecated because it is no longer maintained.
5.0.10 4,085,490 9/14/2021 5.0.10 is deprecated because it is no longer maintained.
5.0.9 3,222,901 8/10/2021 5.0.9 is deprecated because it is no longer maintained.
5.0.8 36,179,100 7/13/2021 5.0.8 is deprecated because it is no longer maintained.
5.0.7 3,087,752 6/8/2021 5.0.7 is deprecated because it is no longer maintained.
5.0.6 2,707,141 5/11/2021 5.0.6 is deprecated because it is no longer maintained.
5.0.5 8,983,284 4/6/2021 5.0.5 is deprecated because it is no longer maintained.
5.0.4 2,437,962 3/9/2021 5.0.4 is deprecated because it is no longer maintained.
5.0.3 2,689,761 2/9/2021 5.0.3 is deprecated because it is no longer maintained.
5.0.2 2,723,733 1/12/2021 5.0.2 is deprecated because it is no longer maintained.
5.0.1 2,074,954 12/8/2020 5.0.1 is deprecated because it is no longer maintained.
5.0.0 3,759,504 11/9/2020 5.0.0 is deprecated because it is no longer maintained.
5.0.0-rc.2.20475.17 37,326 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 87,645 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 42,726 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 15,201 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 18,054 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 7,548 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 10,215 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 9,130 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 13,776 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 8,106 3/16/2020 5.0.0-preview.1.20124.5 is deprecated because it is no longer maintained.
3.1.32 13,338,241 12/13/2022
3.1.31 782,081 11/8/2022
3.1.30 486,550 10/11/2022
3.1.29 121,453 9/13/2022
3.1.28 4,401,529 8/9/2022
3.1.27 128,112 7/12/2022
3.1.26 108,150 6/14/2022
3.1.25 198,353 5/10/2022
3.1.24 2,378,208 4/11/2022
3.1.23 657,997 3/8/2022
3.1.22 1,600,100 12/14/2021
3.1.21 766,102 11/7/2021
3.1.20 433,614 10/11/2021
3.1.19 400,356 9/14/2021
3.1.18 807,547 8/10/2021
3.1.17 579,106 7/13/2021
3.1.16 688,682 6/8/2021
3.1.15 693,574 5/11/2021
3.1.14 973,826 4/6/2021
3.1.13 1,188,909 3/9/2021
3.1.12 1,904,756 2/9/2021
3.1.11 1,091,260 1/12/2021
3.1.10 2,650,590 11/9/2020
3.1.9 3,628,816 10/13/2020
3.1.8 5,766,378 9/8/2020
3.1.7 3,969,810 8/11/2020
3.1.6 3,452,095 7/14/2020
3.1.5 3,495,219 6/9/2020
3.1.4 4,463,076 5/12/2020
3.1.3 5,541,118 3/24/2020
3.1.2 4,288,486 2/18/2020
3.1.1 4,212,816 1/14/2020
3.1.0 6,304,987 12/3/2019
3.1.0-preview3.19555.2 17,824 11/13/2019 3.1.0-preview3.19555.2 is deprecated because it is no longer maintained.
3.1.0-preview2.19528.8 9,123 11/1/2019 3.1.0-preview2.19528.8 is deprecated because it is no longer maintained.
3.1.0-preview1.19508.20 11,232 10/15/2019 3.1.0-preview1.19508.20 is deprecated because it is no longer maintained.
3.0.3 183,882 2/18/2020 3.0.3 is deprecated because it is no longer maintained.
3.0.2 92,574 1/14/2020 3.0.2 is deprecated because it is no longer maintained.
3.0.0 5,640,969 9/23/2019 3.0.0 is deprecated because it is no longer maintained.
3.0.0-rc1.19457.4 28,452 9/16/2019 3.0.0-rc1.19457.4 is deprecated because it is no longer maintained.
3.0.0-preview9.19424.4 31,760 9/4/2019 3.0.0-preview9.19424.4 is deprecated because it is no longer maintained.
3.0.0-preview8.19405.7 25,168 8/13/2019 3.0.0-preview8.19405.7 is deprecated because it is no longer maintained.
3.0.0-preview7.19365.7 42,594 7/23/2019 3.0.0-preview7.19365.7 is deprecated because it is no longer maintained.
2.3.0 6,233,065 1/14/2025
2.2.0 257,337,602 12/3/2018 2.2.0 is deprecated because it is no longer maintained.
2.2.0-preview3-35497 143,067 10/17/2018 2.2.0-preview3-35497 is deprecated because it is no longer maintained.
2.2.0-preview2-35157 234,852 9/12/2018 2.2.0-preview2-35157 is deprecated because it is no longer maintained.
2.2.0-preview1-35029 61,547 8/22/2018 2.2.0-preview1-35029 is deprecated because it is no longer maintained.
2.1.1 64,621,729 6/18/2018
2.1.0 56,941,029 5/29/2018
2.1.0-rc1-final 200,055 5/6/2018 2.1.0-rc1-final is deprecated because it is no longer maintained.
2.1.0-preview2-final 282,525 4/10/2018 2.1.0-preview2-final is deprecated because it is no longer maintained.
2.1.0-preview1-final 224,710 2/26/2018 2.1.0-preview1-final is deprecated because it is no longer maintained.
2.0.3 13,453,261 5/7/2018 2.0.3 is deprecated because it is no longer maintained.
2.0.2 14,101,544 3/13/2018 2.0.2 is deprecated because it is no longer maintained.
2.0.1 26,255,621 11/14/2017 2.0.1 is deprecated because it is no longer maintained.
2.0.0 63,521,384 8/11/2017 2.0.0 is deprecated because it is no longer maintained.
2.0.0-preview2-final 118,427 6/27/2017 2.0.0-preview2-final is deprecated because it is no longer maintained.
2.0.0-preview1-final 41,433 5/10/2017 2.0.0-preview1-final is deprecated because it is no longer maintained.
1.1.3 2,920,860 9/20/2017 1.1.3 is deprecated because it is no longer maintained.
1.1.2 4,875,080 5/9/2017 1.1.2 is deprecated because it is no longer maintained.
1.1.1 4,708,291 3/6/2017 1.1.1 is deprecated because it is no longer maintained.
1.1.0 3,540,056 11/16/2016 1.1.0 is deprecated because it is no longer maintained.
1.1.0-preview1-final 91,469 10/24/2016 1.1.0-preview1-final is deprecated because it is no longer maintained.
1.0.5 940,855 11/14/2017 1.0.5 is deprecated because it is no longer maintained.
1.0.4 67,389 9/20/2017 1.0.4 is deprecated because it is no longer maintained.
1.0.3 278,975 5/9/2017 1.0.3 is deprecated because it is no longer maintained.
1.0.2 3,305,231 3/6/2017 1.0.2 is deprecated because it is no longer maintained.
1.0.1 662,452 12/12/2016 1.0.1 is deprecated because it is no longer maintained.
1.0.0 10,292,217 6/27/2016 1.0.0 is deprecated because it is no longer maintained.
1.0.0-rc2-final 250,971 5/16/2016 1.0.0-rc2-final is deprecated because it is no longer maintained.