Microsoft.AspNetCore.Cryptography.Internal 6.0.0-preview.4.21253.5

Prefix Reserved
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 6.0.0-preview.4.21253.5
                    
NuGet\Install-Package Microsoft.AspNetCore.Cryptography.Internal -Version 6.0.0-preview.4.21253.5
                    
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="6.0.0-preview.4.21253.5" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Microsoft.AspNetCore.Cryptography.Internal" Version="6.0.0-preview.4.21253.5" />
                    
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 6.0.0-preview.4.21253.5
                    
#r "nuget: Microsoft.AspNetCore.Cryptography.Internal, 6.0.0-preview.4.21253.5"
                    
#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@6.0.0-preview.4.21253.5
                    
#: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=6.0.0-preview.4.21253.5&prerelease
                    
Install as a Cake Addin
#tool nuget:?package=Microsoft.AspNetCore.Cryptography.Internal&version=6.0.0-preview.4.21253.5&prerelease
                    
Install as a Cake Tool

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

This package was built from the source code at https://github.com/dotnet/aspnetcore/tree/c0ae1d179dba6f3acd0e55be55718c97c9028698

Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 is compatible.  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 is compatible.  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.
  • .NETFramework 4.6.1

    • No dependencies.
  • .NETStandard 2.0

    • No dependencies.
  • net6.0

    • No dependencies.

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/75972a5ba730bdaf7cf3a34f528ab0f5c7f05183

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/75972a5ba730bdaf7cf3a34f528ab0f5c7f05183

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
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
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.)
Version Downloads Last Updated
10.0.0-preview.6.25358.103 216 7/15/2025
10.0.0-preview.5.25277.114 2,285 6/6/2025
10.0.0-preview.4.25258.110 2,510 5/12/2025
10.0.0-preview.3.25172.1 3,214 4/10/2025
10.0.0-preview.2.25164.1 1,951 3/18/2025
10.0.0-preview.1.25120.3 38,130 2/25/2025
9.0.7 111,895 7/8/2025
9.0.6 712,069 6/10/2025
9.0.5 987,372 5/13/2025
9.0.4 1,315,917 4/8/2025
9.0.3 1,309,122 3/11/2025
9.0.2 1,625,219 2/11/2025
9.0.1 1,653,510 1/14/2025
9.0.0 9,127,434 11/12/2024
9.0.0-rc.2.24474.3 229,609 10/8/2024
9.0.0-rc.1.24452.1 139,779 9/10/2024
9.0.0-preview.7.24406.2 8,452 8/13/2024
9.0.0-preview.6.24328.4 185,509 7/9/2024
9.0.0-preview.5.24306.11 9,453 6/11/2024
9.0.0-preview.4.24267.6 11,320 5/21/2024
9.0.0-preview.3.24172.13 82,275 4/11/2024
9.0.0-preview.2.24128.4 25,388 3/12/2024
9.0.0-preview.1.24081.5 27,563 2/13/2024
8.0.18 49,224 7/8/2025
8.0.17 572,694 6/10/2025
8.0.16 619,436 5/13/2025
8.0.15 928,532 4/8/2025
8.0.14 1,258,282 3/11/2025
8.0.13 1,118,847 2/11/2025
8.0.12 1,388,198 1/14/2025
8.0.11 7,560,664 11/12/2024
8.0.10 5,818,713 10/8/2024
8.0.8 7,436,355 8/13/2024
8.0.7 4,646,536 7/9/2024
8.0.6 6,179,925 5/28/2024
8.0.5 2,045,146 5/14/2024
8.0.4 7,048,399 4/9/2024
8.0.3 3,602,592 3/12/2024
8.0.2 4,346,478 2/13/2024
8.0.1 23,967,581 1/9/2024
8.0.0 29,261,872 11/14/2023
8.0.0-rc.2.23480.2 1,097,934 10/10/2023
8.0.0-rc.1.23421.29 125,734 9/12/2023
8.0.0-preview.7.23375.9 457,011 8/8/2023
8.0.0-preview.6.23329.11 82,794 7/11/2023
8.0.0-preview.5.23302.2 12,189 6/13/2023
8.0.0-preview.4.23260.4 269,559 5/16/2023
8.0.0-preview.3.23177.8 17,861 4/11/2023
8.0.0-preview.2.23153.2 98,414 3/14/2023
8.0.0-preview.1.23112.2 64,814 2/21/2023
7.0.20 776,391 5/28/2024
7.0.19 66,890 5/14/2024
7.0.18 223,285 4/9/2024
7.0.17 723,100 3/12/2024
7.0.16 370,524 2/13/2024
7.0.15 546,414 1/9/2024
7.0.14 1,140,499 11/14/2023
7.0.13 1,556,247 10/24/2023
7.0.12 1,945,952 10/10/2023
7.0.11 1,989,983 9/12/2023
7.0.10 3,277,174 8/8/2023
7.0.9 2,962,608 7/11/2023
7.0.8 1,192,059 6/22/2023
7.0.7 2,317,619 6/13/2023
7.0.5 6,642,184 4/11/2023
7.0.4 3,005,759 3/14/2023
7.0.3 4,241,487 2/14/2023
7.0.2 3,207,545 1/10/2023
7.0.1 1,408,230 12/13/2022
7.0.0 6,393,370 11/7/2022
7.0.0-rc.2.22476.2 90,577 10/11/2022
7.0.0-rc.1.22427.2 78,849 9/14/2022
7.0.0-preview.7.22376.6 14,374 8/9/2022
7.0.0-preview.6.22330.3 24,014 7/12/2022
7.0.0-preview.5.22303.8 11,461 6/14/2022
7.0.0-preview.4.22251.1 10,608 5/10/2022
7.0.0-preview.3.22178.4 6,375 4/13/2022
7.0.0-preview.2.22153.2 14,631 3/14/2022
7.0.0-preview.1.22109.13 4,023 2/17/2022
6.0.36 362,162 11/12/2024
6.0.35 242,157 10/8/2024
6.0.33 997,627 8/13/2024
6.0.32 188,624 7/9/2024
6.0.31 273,129 5/28/2024
6.0.30 153,175 5/14/2024
6.0.29 557,668 4/9/2024
6.0.28 550,180 3/12/2024
6.0.27 577,456 2/13/2024
6.0.26 1,465,010 1/9/2024
6.0.25 1,408,015 11/14/2023
6.0.24 755,889 10/24/2023
6.0.23 1,402,340 10/10/2023
6.0.22 1,408,742 9/12/2023
6.0.21 2,098,800 8/8/2023
6.0.20 1,773,551 7/11/2023
6.0.19 551,529 6/22/2023
6.0.18 1,297,476 6/13/2023
6.0.16 4,367,926 4/11/2023
6.0.15 1,766,573 3/14/2023
6.0.14 2,309,788 2/14/2023
6.0.13 2,532,714 1/10/2023
6.0.12 1,275,182 12/13/2022
6.0.11 2,800,285 11/7/2022
6.0.10 4,704,971 10/11/2022
6.0.9 4,515,992 9/13/2022
6.0.8 5,619,942 8/9/2022
6.0.7 4,294,055 7/12/2022
6.0.6 3,895,143 6/14/2022
6.0.5 7,627,441 5/10/2022
6.0.4 4,260,991 4/11/2022
6.0.3 4,634,507 3/8/2022
6.0.2 4,303,865 2/8/2022
6.0.1 8,217,311 12/14/2021
6.0.0 16,482,027 11/8/2021
6.0.0-rc.2.21480.10 52,680 10/12/2021
6.0.0-rc.1.21452.15 43,784 9/14/2021
6.0.0-preview.7.21378.6 30,812 8/10/2021
6.0.0-preview.6.21355.2 15,955 7/14/2021
6.0.0-preview.5.21301.17 15,529 6/15/2021
6.0.0-preview.4.21253.5 11,991 5/24/2021
6.0.0-preview.3.21201.13 26,840 4/8/2021
6.0.0-preview.2.21154.6 10,276 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 23,910 2/12/2021 6.0.0-preview.1.21103.6 is deprecated because it is no longer maintained.
5.0.17 1,950,317 5/10/2022 5.0.17 is deprecated because it is no longer maintained.
5.0.16 241,895 4/11/2022 5.0.16 is deprecated because it is no longer maintained.
5.0.15 491,213 3/8/2022 5.0.15 is deprecated because it is no longer maintained.
5.0.14 422,582 2/8/2022 5.0.14 is deprecated because it is no longer maintained.
5.0.13 780,877 12/14/2021 5.0.13 is deprecated because it is no longer maintained.
5.0.12 1,086,008 11/7/2021 5.0.12 is deprecated because it is no longer maintained.
5.0.11 3,933,539 10/12/2021 5.0.11 is deprecated because it is no longer maintained.
5.0.10 4,046,400 9/14/2021 5.0.10 is deprecated because it is no longer maintained.
5.0.9 3,138,225 8/10/2021 5.0.9 is deprecated because it is no longer maintained.
5.0.8 35,691,377 7/13/2021 5.0.8 is deprecated because it is no longer maintained.
5.0.7 3,051,960 6/8/2021 5.0.7 is deprecated because it is no longer maintained.
5.0.6 2,674,775 5/11/2021 5.0.6 is deprecated because it is no longer maintained.
5.0.5 8,869,741 4/6/2021 5.0.5 is deprecated because it is no longer maintained.
5.0.4 2,404,820 3/9/2021 5.0.4 is deprecated because it is no longer maintained.
5.0.3 2,662,713 2/9/2021 5.0.3 is deprecated because it is no longer maintained.
5.0.2 2,691,688 1/12/2021 5.0.2 is deprecated because it is no longer maintained.
5.0.1 2,043,925 12/8/2020 5.0.1 is deprecated because it is no longer maintained.
5.0.0 3,722,119 11/9/2020 5.0.0 is deprecated because it is no longer maintained.
5.0.0-rc.2.20475.17 37,236 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 86,619 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,525 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,130 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 17,799 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,488 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,147 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,062 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,666 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,048 3/16/2020 5.0.0-preview.1.20124.5 is deprecated because it is no longer maintained.
3.1.32 12,675,206 12/13/2022
3.1.31 757,203 11/8/2022
3.1.30 457,498 10/11/2022
3.1.29 101,699 9/13/2022
3.1.28 4,303,820 8/9/2022
3.1.27 108,210 7/12/2022
3.1.26 87,406 6/14/2022
3.1.25 176,974 5/10/2022
3.1.24 2,282,054 4/11/2022
3.1.23 632,074 3/8/2022
3.1.22 1,567,935 12/14/2021
3.1.21 744,258 11/7/2021
3.1.20 412,836 10/11/2021
3.1.19 378,389 9/14/2021
3.1.18 783,495 8/10/2021
3.1.17 557,641 7/13/2021
3.1.16 662,492 6/8/2021
3.1.15 670,249 5/11/2021
3.1.14 952,279 4/6/2021
3.1.13 1,164,481 3/9/2021
3.1.12 1,863,212 2/9/2021
3.1.11 1,064,103 1/12/2021
3.1.10 2,620,985 11/9/2020
3.1.9 3,592,594 10/13/2020
3.1.8 5,727,101 9/8/2020
3.1.7 3,906,592 8/11/2020
3.1.6 3,416,730 7/14/2020
3.1.5 3,458,569 6/9/2020
3.1.4 4,389,984 5/12/2020
3.1.3 5,468,503 3/24/2020
3.1.2 4,257,992 2/18/2020
3.1.1 4,174,832 1/14/2020
3.1.0 6,223,209 12/3/2019
3.1.0-preview3.19555.2 17,551 11/13/2019 3.1.0-preview3.19555.2 is deprecated because it is no longer maintained.
3.1.0-preview2.19528.8 9,051 11/1/2019 3.1.0-preview2.19528.8 is deprecated because it is no longer maintained.
3.1.0-preview1.19508.20 11,152 10/15/2019 3.1.0-preview1.19508.20 is deprecated because it is no longer maintained.
3.0.3 163,534 2/18/2020 3.0.3 is deprecated because it is no longer maintained.
3.0.2 73,053 1/14/2020 3.0.2 is deprecated because it is no longer maintained.
3.0.0 5,575,313 9/23/2019 3.0.0 is deprecated because it is no longer maintained.
3.0.0-rc1.19457.4 28,384 9/16/2019 3.0.0-rc1.19457.4 is deprecated because it is no longer maintained.
3.0.0-preview9.19424.4 31,701 9/4/2019 3.0.0-preview9.19424.4 is deprecated because it is no longer maintained.
3.0.0-preview8.19405.7 25,103 8/13/2019 3.0.0-preview8.19405.7 is deprecated because it is no longer maintained.
3.0.0-preview7.19365.7 42,510 7/23/2019 3.0.0-preview7.19365.7 is deprecated because it is no longer maintained.
2.3.0 4,442,707 1/14/2025
2.2.0 251,831,864 12/3/2018 2.2.0 is deprecated because it is no longer maintained.
2.2.0-preview3-35497 142,800 10/17/2018 2.2.0-preview3-35497 is deprecated because it is no longer maintained.
2.2.0-preview2-35157 233,897 9/12/2018 2.2.0-preview2-35157 is deprecated because it is no longer maintained.
2.2.0-preview1-35029 61,271 8/22/2018 2.2.0-preview1-35029 is deprecated because it is no longer maintained.
2.1.1 63,386,518 6/18/2018
2.1.0 56,421,458 5/29/2018
2.1.0-rc1-final 199,811 5/6/2018 2.1.0-rc1-final is deprecated because it is no longer maintained.
2.1.0-preview2-final 282,374 4/10/2018 2.1.0-preview2-final is deprecated because it is no longer maintained.
2.1.0-preview1-final 224,481 2/26/2018 2.1.0-preview1-final is deprecated because it is no longer maintained.
2.0.3 13,327,376 5/7/2018 2.0.3 is deprecated because it is no longer maintained.
2.0.2 14,005,363 3/13/2018 2.0.2 is deprecated because it is no longer maintained.
2.0.1 26,050,897 11/14/2017 2.0.1 is deprecated because it is no longer maintained.
2.0.0 62,882,959 8/11/2017 2.0.0 is deprecated because it is no longer maintained.
2.0.0-preview2-final 118,151 6/27/2017 2.0.0-preview2-final is deprecated because it is no longer maintained.
2.0.0-preview1-final 41,266 5/10/2017 2.0.0-preview1-final is deprecated because it is no longer maintained.
1.1.3 2,869,898 9/20/2017 1.1.3 is deprecated because it is no longer maintained.
1.1.2 4,827,601 5/9/2017 1.1.2 is deprecated because it is no longer maintained.
1.1.1 4,668,694 3/6/2017 1.1.1 is deprecated because it is no longer maintained.
1.1.0 3,473,591 11/16/2016 1.1.0 is deprecated because it is no longer maintained.
1.1.0-preview1-final 91,341 10/24/2016 1.1.0-preview1-final is deprecated because it is no longer maintained.
1.0.5 910,883 11/14/2017 1.0.5 is deprecated because it is no longer maintained.
1.0.4 46,396 9/20/2017 1.0.4 is deprecated because it is no longer maintained.
1.0.3 244,146 5/9/2017 1.0.3 is deprecated because it is no longer maintained.
1.0.2 3,262,707 3/6/2017 1.0.2 is deprecated because it is no longer maintained.
1.0.1 642,089 12/12/2016 1.0.1 is deprecated because it is no longer maintained.
1.0.0 10,140,305 6/27/2016 1.0.0 is deprecated because it is no longer maintained.
1.0.0-rc2-final 250,146 5/16/2016 1.0.0-rc2-final is deprecated because it is no longer maintained.