Go to file
jacalvar aa1495deb0 [Fixes #120, Fixes #121, Fixes #122] Make data protection follow the options model
* Add an IDataProtectionBuilder interface and move methods on DataProtectionConfiguration
  to extension methods on IDataProtectionBuilder.
* Make AddDataProtection return an IDataProtectionBuilder instance for further configuration.
* Make AddDataProtection take in an action with a GlobalConfigurationOptions parameter instead
  of a DataProtectionConfiguration parameter.
* Make DataProtectionProvider static
* Remove ConfigureGlobalOptions
* Change Option suffix in classes that are not actually options to Settings.
* Add extension method for configuring key management options.
* Cleanups.
2016-03-15 15:20:59 -07:00
src [Fixes #120, Fixes #121, Fixes #122] Make data protection follow the options model 2016-03-15 15:20:59 -07:00
test [Fixes #120, Fixes #121, Fixes #122] Make data protection follow the options model 2016-03-15 15:20:59 -07:00
tools
.gitattributes
.gitignore
.travis.yml Fix backslashes in yml config. 2016-03-09 17:44:48 -08:00
CONTRIBUTING.md
DataProtection.sln
DataProtection.sln.DotSettings
LICENSE.txt
NuGet.config
NuGetPackageVerifier.json
Provision-AutoGenKeys.ps1
README.md ASP.NET 5 -> ASP.NET Core 2016-03-14 21:46:27 -07:00
appveyor.yml Fix backslashes in yml config. 2016-03-09 17:44:48 -08:00
build.cmd
build.ps1
build.sh
global.json
makefile.shade

README.md

DataProtection

AppVeyor: AppVeyor

Travis: Travis

Data Protection APIs

This project is part of ASP.NET Core. You can find documentation for Data Protection in the ASP.NET Core Documentation. You can find samples, documentation and getting started instructions for ASP.NET Core at the Home repo.