Go to file
Levi B e8cc1106d8 Significant refactorings throughout the data protection stack
- Move IDataProtectionProvider, IDataProtector, and extension methods to their own package
- Simplify the APIs for registering and configuring the system
- Default implementation now auto-detects capabilities of OS
- Use EncryptedXml for X.509 certificate-based encryption
- Add ability to escrow secret material upon key creation
- Use centralized system policy for default algorithm selection
- Simplify System.Web compatibility layer
- Add unit tests, logging, and doc comments throughout solution
2015-03-10 22:43:45 -07:00
src Significant refactorings throughout the data protection stack 2015-03-10 22:43:45 -07:00
test Significant refactorings throughout the data protection stack 2015-03-10 22:43:45 -07:00
.gitattributes
.gitignore
CONTRIBUTING.md
DataProtection.sln Significant refactorings throughout the data protection stack 2015-03-10 22:43:45 -07:00
DataProtection.sln.DotSettings
LICENSE.txt
NuGet.Config Renaming Nuget.org feed key name to Nuget. 2015-03-09 20:37:28 -07:00
README.md
build.cmd Remove BOM from project.json, *.cmd, *.sh and *.shade files. 2015-03-09 12:52:23 -07:00
build.sh Remove BOM from project.json, *.cmd, *.sh and *.shade files. 2015-03-09 12:52:23 -07:00
global.json
makefile.shade Significant refactorings throughout the data protection stack 2015-03-10 22:43:45 -07:00

README.md

DataProtection

Data Protection APIs

This project is part of ASP.NET 5. You can find samples, documentation and getting started instructions for ASP.NET 5 at the Home repo.