* 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. |
||
|---|---|---|
| src | ||
| test | ||
| tools | ||
| .gitattributes | ||
| .gitignore | ||
| .travis.yml | ||
| CONTRIBUTING.md | ||
| DataProtection.sln | ||
| DataProtection.sln.DotSettings | ||
| LICENSE.txt | ||
| NuGet.config | ||
| NuGetPackageVerifier.json | ||
| Provision-AutoGenKeys.ps1 | ||
| README.md | ||
| appveyor.yml | ||
| build.cmd | ||
| build.ps1 | ||
| build.sh | ||
| global.json | ||
| makefile.shade | ||
README.md
DataProtection
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.