Microsoft.AspNetCore.DataProtection
6.0.5
dotnet add package Microsoft.AspNetCore.DataProtection --version 6.0.5
NuGet\Install-Package Microsoft.AspNetCore.DataProtection -Version 6.0.5
<PackageReference Include="Microsoft.AspNetCore.DataProtection" Version="6.0.5" />
<PackageVersion Include="Microsoft.AspNetCore.DataProtection" Version="6.0.5" />
<PackageReference Include="Microsoft.AspNetCore.DataProtection" />
paket add Microsoft.AspNetCore.DataProtection --version 6.0.5
#r "nuget: Microsoft.AspNetCore.DataProtection, 6.0.5"
#addin nuget:?package=Microsoft.AspNetCore.DataProtection&version=6.0.5
#tool nuget:?package=Microsoft.AspNetCore.DataProtection&version=6.0.5
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/e5f183b656a0e8bc087108130a5a9b54ae94494e
Product | Versions 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. |
.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. |
-
.NETFramework 4.6.1
- Microsoft.AspNetCore.Cryptography.Internal (>= 6.0.5)
- Microsoft.AspNetCore.DataProtection.Abstractions (>= 6.0.5)
- Microsoft.Extensions.DependencyInjection.Abstractions (>= 6.0.0)
- Microsoft.Extensions.Hosting.Abstractions (>= 6.0.0)
- Microsoft.Extensions.Logging.Abstractions (>= 6.0.1)
- Microsoft.Extensions.Options (>= 6.0.0)
- Microsoft.Win32.Registry (>= 5.0.0)
- System.Runtime.InteropServices.RuntimeInformation (>= 4.3.0)
- System.Security.Cryptography.Xml (>= 6.0.0)
-
.NETStandard 2.0
- Microsoft.AspNetCore.Cryptography.Internal (>= 6.0.5)
- Microsoft.AspNetCore.DataProtection.Abstractions (>= 6.0.5)
- Microsoft.Extensions.DependencyInjection.Abstractions (>= 6.0.0)
- Microsoft.Extensions.Hosting.Abstractions (>= 6.0.0)
- Microsoft.Extensions.Logging.Abstractions (>= 6.0.1)
- Microsoft.Extensions.Options (>= 6.0.0)
- Microsoft.Win32.Registry (>= 5.0.0)
- System.Security.Cryptography.Xml (>= 6.0.0)
- System.Security.Principal.Windows (>= 5.0.0)
-
net6.0
- Microsoft.AspNetCore.Cryptography.Internal (>= 6.0.5)
- Microsoft.AspNetCore.DataProtection.Abstractions (>= 6.0.5)
- Microsoft.Extensions.DependencyInjection.Abstractions (>= 6.0.0)
- Microsoft.Extensions.Hosting.Abstractions (>= 6.0.0)
- Microsoft.Extensions.Logging.Abstractions (>= 6.0.1)
- Microsoft.Extensions.Options (>= 6.0.0)
- System.Security.Cryptography.Xml (>= 6.0.0)
NuGet packages (4)
Showing the top 4 NuGet packages that depend on Microsoft.AspNetCore.DataProtection:
Package | Downloads |
---|---|
Microsoft.AspNetCore.DataProtection.StackExchangeRedis
Support for storing data protection keys in Redis. This package was built from the source code at https://github.com/dotnet/aspnetcore/tree/e5f183b656a0e8bc087108130a5a9b54ae94494e |
|
OpenIddict.Server.DataProtection
ASP.NET Core Data Protection integration package for the OpenIddict server services. |
|
Azure.Extensions.AspNetCore.DataProtection.Blobs
Microsoft Azure Blob storage support as key store (https://docs.microsoft.com/en-us/aspnet/core/security/data-protection/implementation/key-storage-providers). |
|
OpenIddict.Validation.DataProtection
ASP.NET Core Data Protection integration package for the OpenIddict validation services. |
GitHub repositories (49)
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 3, 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
A cross-platform IoT gateway based on .net8. Through visual configuration, you can easily connect to any of your devices and systems (such as PLC, barcode scanner, CNC, database, serial device, host computer, OPC Server, OPC UA Server, Mqtt Server, etc.), so as to interact with Thingsboard, IoTSharp or Your own IoT platform for two-way data communi
|
|
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亿调用量
|
|
riganti/dotvvm
Open source MVVM framework for Web Apps
|
|
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 |
---|---|---|
6.0.5 | 65 | 9/19/2022 |
6.0.0-preview.1.21103.6 | 0 | 3/8/2021 |
5.0.3 | 0 | 3/8/2021 |
5.0.2 | 0 | 3/8/2021 |
5.0.1 | 0 | 3/8/2021 |
5.0.0 | 0 | 3/8/2021 |
5.0.0-rc.2.20475.17 | 0 | 3/8/2021 |
5.0.0-rc.1.20451.17 | 0 | 3/8/2021 |
5.0.0-preview.8.20414.8 | 0 | 3/8/2021 |
5.0.0-preview.7.20365.19 | 0 | 3/8/2021 |
5.0.0-preview.6.20312.15 | 0 | 3/8/2021 |
5.0.0-preview.5.20279.2 | 0 | 3/8/2021 |
5.0.0-preview.4.20257.10 | 0 | 3/8/2021 |
5.0.0-preview.3.20215.14 | 0 | 3/8/2021 |
5.0.0-preview.2.20167.3 | 0 | 3/8/2021 |
5.0.0-preview.1.20124.5 | 0 | 3/8/2021 |
3.1.12 | 0 | 3/8/2021 |
3.1.11 | 0 | 3/8/2021 |
3.1.10 | 32,424 | 3/8/2021 |
3.1.9 | 0 | 3/8/2021 |
3.1.8 | 0 | 3/8/2021 |
3.1.7 | 0 | 3/8/2021 |
3.1.6 | 0 | 3/8/2021 |
3.1.5 | 0 | 3/8/2021 |
3.1.4 | 0 | 3/8/2021 |
3.1.3 | 0 | 3/8/2021 |
3.1.2 | 1 | 3/8/2021 |
3.1.1 | 0 | 3/8/2021 |
3.1.0 | 1 | 3/8/2021 |
3.1.0-preview3.19555.2 | 0 | 3/8/2021 |
3.1.0-preview2.19528.8 | 0 | 3/8/2021 |
3.1.0-preview1.19508.20 | 0 | 3/8/2021 |
3.0.3 | 0 | 3/8/2021 |
3.0.2 | 0 | 3/8/2021 |
3.0.0 | 1 | 3/8/2021 |
3.0.0-rc1.19457.4 | 0 | 3/8/2021 |
3.0.0-preview9.19424.4 | 0 | 3/8/2021 |
3.0.0-preview8.19405.7 | 0 | 3/8/2021 |
3.0.0-preview7.19365.7 | 0 | 3/8/2021 |
2.2.0 | 5 | 3/8/2021 |
2.2.0-preview3-35497 | 0 | 3/8/2021 |
2.2.0-preview2-35157 | 0 | 3/8/2021 |
2.2.0-preview1-35029 | 0 | 3/8/2021 |
2.1.1 | 9,476 | 3/8/2021 |
2.1.0 | 32,574 | 3/8/2021 |
2.1.0-rc1-final | 0 | 3/8/2021 |
2.1.0-preview2-final | 0 | 3/8/2021 |
2.1.0-preview1-final | 0 | 3/8/2021 |
2.0.3 | 1 | 3/8/2021 |
2.0.2 | 1 | 3/8/2021 |
2.0.1 | 0 | 3/8/2021 |
2.0.0 | 9,675 | 3/8/2021 |
2.0.0-preview2-final | 5 | 3/8/2021 |
2.0.0-preview1-final | 3 | 3/8/2021 |
1.1.3 | 29 | 3/8/2021 |
1.1.2 | 107 | 3/8/2021 |
1.1.1 | 118 | 3/8/2021 |
1.1.0 | 177 | 3/8/2021 |
1.1.0-preview1-final | 9 | 3/8/2021 |
1.0.5 | 0 | 3/8/2021 |
1.0.4 | 2 | 3/8/2021 |
1.0.3 | 0 | 3/8/2021 |
1.0.2 | 17 | 3/8/2021 |
1.0.1 | 38 | 3/8/2021 |
1.0.0 | 158 | 3/8/2021 |
1.0.0-rc2-final | 7 | 3/8/2021 |
0.0.1-alpha | 0 | 3/8/2021 |