Microsoft.AspNetCore.DataProtection
2.0.3
See the version list below for details.
Install-Package Microsoft.AspNetCore.DataProtection -Version 2.0.3
dotnet add package Microsoft.AspNetCore.DataProtection --version 2.0.3
<PackageReference Include="Microsoft.AspNetCore.DataProtection" Version="2.0.3" />
paket add Microsoft.AspNetCore.DataProtection --version 2.0.3
#r "nuget: Microsoft.AspNetCore.DataProtection, 2.0.3"
// Install Microsoft.AspNetCore.DataProtection as a Cake Addin
#addin nuget:?package=Microsoft.AspNetCore.DataProtection&version=2.0.3
// Install Microsoft.AspNetCore.DataProtection as a Cake Tool
#tool nuget:?package=Microsoft.AspNetCore.DataProtection&version=2.0.3
ASP.NET Core logic to protect and unprotect data, similar to DPAPI.
| Product | Versions |
|---|---|
| .NET | net5.0 net5.0-windows net6.0 net6.0-android net6.0-ios net6.0-maccatalyst net6.0-macos net6.0-tvos net6.0-windows |
| .NET Core | netcoreapp2.0 netcoreapp2.1 netcoreapp2.2 netcoreapp3.0 netcoreapp3.1 |
| .NET Standard | netstandard2.0 netstandard2.1 |
| .NET Framework | net461 net462 net463 net47 net471 net472 net48 |
| MonoAndroid | monoandroid |
| MonoMac | monomac |
| MonoTouch | monotouch |
| Tizen | tizen40 tizen60 |
| Xamarin.iOS | xamarinios |
| Xamarin.Mac | xamarinmac |
| Xamarin.TVOS | xamarintvos |
| Xamarin.WatchOS | xamarinwatchos |
-
.NETStandard 2.0
- Microsoft.AspNetCore.Cryptography.Internal (>= 2.0.3)
- Microsoft.AspNetCore.DataProtection.Abstractions (>= 2.0.3)
- Microsoft.AspNetCore.Hosting.Abstractions (>= 2.0.3)
- Microsoft.Extensions.DependencyInjection.Abstractions (>= 2.0.0)
- Microsoft.Extensions.Logging.Abstractions (>= 2.0.2)
- Microsoft.Extensions.Options (>= 2.0.2)
- Microsoft.Win32.Registry (>= 4.4.0)
- System.Security.Cryptography.Xml (>= 4.4.2)
NuGet packages (9)
Showing the top 5 NuGet packages that depend on Microsoft.AspNetCore.DataProtection:
| Package | Downloads |
|---|---|
|
Microsoft.AspNetCore.DataProtection.SystemWeb
A component to allow the ASP.NET Core data protection stack to work with the ASP.NET 4.x <machineKey> element. |
|
|
Microsoft.AspNetCore.DataProtection.Extensions
Additional APIs for ASP.NET Core data protection. This package was built from the source code at https://github.com/aspnet/AspNetCore/tree/ce8cf65589734f82b0536c543aba5bd60d0a5a98 |
|
|
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.AspNetCore.Session
ASP.NET Core session state middleware. This package was built from the source code at https://github.com/aspnet/Session/tree/774079d60d29762ef7c8bba3f0fa06e73cb323f2 |