Microsoft.AspNetCore.DataProtection
10.0.0-preview.4.25255.103
Prefix Reserved
.NET 10.0
This package targets .NET 10.0. The package is compatible with this framework or higher.
.NET Standard 2.0
This package targets .NET Standard 2.0. The package is compatible with this framework or higher.
.NET Framework 4.6.2
This package targets .NET Framework 4.6.2. The package is compatible with this framework or higher.
This is a prerelease version of Microsoft.AspNetCore.DataProtection.
dotnet add package Microsoft.AspNetCore.DataProtection --version 10.0.0-preview.4.25255.103
NuGet\Install-Package Microsoft.AspNetCore.DataProtection -Version 10.0.0-preview.4.25255.103
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" Version="10.0.0-preview.4.25255.103" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Microsoft.AspNetCore.DataProtection" Version="10.0.0-preview.4.25255.103" />
<PackageReference Include="Microsoft.AspNetCore.DataProtection" />
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 --version 10.0.0-preview.4.25255.103
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: Microsoft.AspNetCore.DataProtection, 10.0.0-preview.4.25255.103"
#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&version=10.0.0-preview.4.25255.103&prerelease
#tool nuget:?package=Microsoft.AspNetCore.DataProtection&version=10.0.0-preview.4.25255.103&prerelease
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
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/0f7a4879bc43f29d810190bbcfecd48614069f99
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 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 is compatible. 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 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. |
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
-
.NETFramework 4.6.2
- Microsoft.AspNetCore.Cryptography.Internal (>= 10.0.0-preview.4.25255.103)
- Microsoft.AspNetCore.DataProtection.Abstractions (>= 10.0.0-preview.4.25255.103)
- Microsoft.Extensions.DependencyInjection.Abstractions (>= 10.0.0-preview.4.25255.103)
- Microsoft.Extensions.Hosting.Abstractions (>= 10.0.0-preview.4.25255.103)
- Microsoft.Extensions.Logging.Abstractions (>= 10.0.0-preview.4.25255.103)
- Microsoft.Extensions.Options (>= 10.0.0-preview.4.25255.103)
- Microsoft.Win32.Registry (>= 5.0.0)
- System.Runtime.InteropServices.RuntimeInformation (>= 4.3.0)
- System.Security.Cryptography.Xml (>= 10.0.0-preview.4.25255.103)
-
.NETStandard 2.0
- Microsoft.AspNetCore.Cryptography.Internal (>= 10.0.0-preview.4.25255.103)
- Microsoft.AspNetCore.DataProtection.Abstractions (>= 10.0.0-preview.4.25255.103)
- Microsoft.Extensions.DependencyInjection.Abstractions (>= 10.0.0-preview.4.25255.103)
- Microsoft.Extensions.Hosting.Abstractions (>= 10.0.0-preview.4.25255.103)
- Microsoft.Extensions.Logging.Abstractions (>= 10.0.0-preview.4.25255.103)
- Microsoft.Extensions.Options (>= 10.0.0-preview.4.25255.103)
- Microsoft.Win32.Registry (>= 5.0.0)
- System.Security.Cryptography.Xml (>= 10.0.0-preview.4.25255.103)
- System.Security.Principal.Windows (>= 5.0.0)
-
net10.0
- Microsoft.AspNetCore.Cryptography.Internal (>= 10.0.0-preview.4.25255.103)
- Microsoft.AspNetCore.DataProtection.Abstractions (>= 10.0.0-preview.4.25255.103)
- Microsoft.Extensions.DependencyInjection.Abstractions (>= 10.0.0-preview.4.25255.103)
- Microsoft.Extensions.Hosting.Abstractions (>= 10.0.0-preview.4.25255.103)
- Microsoft.Extensions.Logging.Abstractions (>= 10.0.0-preview.4.25255.103)
- Microsoft.Extensions.Options (>= 10.0.0-preview.4.25255.103)
- System.Security.Cryptography.Xml (>= 10.0.0-preview.4.25255.103)
GitHub repositories (48)
Showing the top 20 popular GitHub repositories that depend on Microsoft.AspNetCore.DataProtection:
Repository | Stars |
---|---|
bitwarden/server
Bitwarden infrastructure/backend (API, database, Docker, etc).
|
|
Jackett/Jackett
API Support for your favorite torrent trackers
|
|
dotnet/AspNetCore.Docs
Documentation for ASP.NET Core
|
|
dodyg/practical-aspnetcore
Practical samples of ASP.NET Core 10 Preview 4, 9, 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.
|
|
openiddict/openiddict-core
Flexible and versatile OAuth 2.0/OpenID Connect stack for .NET
|
|
dotnetcore/WTM
Use WTM to write .netcore app fast !!!
|
|
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.
|
|
FoundatioFx/Foundatio
Pluggable foundation blocks for building distributed apps.
|
|
CoreWCF/CoreWCF
Main repository for the Core WCF project
|
|
NethermindEth/nethermind
A robust execution client for Ethereum node operators.
|
|
Azure/azure-functions-core-tools
Command line tools for Azure Functions
|
|
aspnet/Security
[Archived] Middleware for security and authorization of web apps. Project moved to https://github.com/aspnet/AspNetCore
|
|
security-code-scan/security-code-scan
Vulnerability Patterns Detector for C# and VB.NET
|
|
iioter/iotgateway
An industrial IoTGateway with B/S architecture that enables bidirectional communication between industrial devices (southbound connections) and IoT platforms (northbound connections). It supports numerous industrial protocols, and can connect to various IoT cloud platforms.
|
|
BcryptNet/bcrypt.net
BCrypt.Net - Bringing updates to the original bcrypt package
|
|
NewLifeX/NewLife.Redis
High performance redis client, support NETCore/. NET4. 0/. NET4. 5. It is specially optimized for big data and message queue. The average daily consumption of online single application is 10 billion. 高性能Redis客户端,支持.NETCore/.NET4.0/.NET4.5,为大数据与消息队列而特别优化,线上单应用日均100亿调用量
|
|
lanedirt/AliasVault
A self-hostable, end-to-end encrypted password manager with a built-in alias generator and email server.
|
|
AzureAD/microsoft-identity-web
Helps creating protected web apps and web APIs with Microsoft identity platform and Azure AD B2C
|
|
Aguafrommars/TheIdServer
OpenID/Connect, OAuth2, WS-Federation and SAML 2.0 server based on Duende IdentityServer and ITFoxtec Identity SAML 2.0 with its admin UI
|
Version | Downloads | Last updated |
---|---|---|
10.0.0-preview.4.25255.103 | 0 | 5/12/2025 |