ASP.NET 5 logic to protect and unprotect data, similar to DPAPI.
Info
Version: | 1.0.0-beta2 |
Author(s): | Microsoft |
Last Update: | Thursday, January 15, 2015 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | http://www.asp.net/ |
NuGet Url: | https://www.nuget.org/packages/Microsoft.AspNet.Security.DataProtection |
Install
Install-Package Microsoft.AspNet.Security.DataProtection
dotnet add package Microsoft.AspNet.Security.DataProtection
paket add Microsoft.AspNet.Security.DataProtection
Microsoft.AspNet.Security.DataProtection Download (Unzip the "nupkg" after downloading)
Dependencies
aspnet50
aspnetcore50
- Microsoft.Framework.DependencyInjection(1.0.02)
- Microsoft.Framework.OptionsModel(1.0.02)
- Microsoft.Win32.Registry(4.0.022416)
- System.Security.Cryptography.X509Certificates(4.0.022416)
- System.Security.Cryptography.Encryption.Aes(4.0.022416)
- System.Security.Cryptography.Hashing.Algorithms(4.0.022416)
- System.Security.Cryptography.RandomNumberGenerator(4.0.022416)
- System.Security.Principal.Windows(4.0.022416)
- System.Text.Encoding.Extensions(4.0.1022416)
- System.Xml.XDocument(4.0.022416)