Go to file
Ajay Bhargav Baaskaran cde3b96aa7 [Fixes #134] Refactored DI support
- Refactored builder extensions and service collection extensions
- Refactored Settings/Configuration/Descriptor
- Removed ConfigurationCommon/AuthenticatedEncryptorConfigurationExtensions
- Added IAuthenticatedEncryptorFactory and implementations
- Refactored IKey to have Descriptor instead of CreateEncryptorInstance()
- Handled Repository/Encryptor special logic
- Added samples
- Updated tests
2017-03-14 19:58:46 -07:00
build Downgrade to stable packages 2017-02-14 16:15:28 -08:00
samples [Fixes #134] Refactored DI support 2017-03-14 19:58:46 -07:00
shared Remove Microsoft.AspNetCore.DataProtection.Sources package 2017-01-04 15:24:13 -08:00
src [Fixes #134] Refactored DI support 2017-03-14 19:58:46 -07:00
test [Fixes #134] Refactored DI support 2017-03-14 19:58:46 -07:00
.gitattributes
.gitignore [Fixes #134] Refactored DI support 2017-03-14 19:58:46 -07:00
.travis.yml Update appveyor and travis settings 2017-03-14 13:39:54 -07:00
CONTRIBUTING.md
DataProtection.sln [Fixes #134] Refactored DI support 2017-03-14 19:58:46 -07:00
DataProtection.sln.DotSettings
LICENSE.txt
NuGet.config Upgrade to VS 2017 2017-01-31 16:51:24 -08:00
NuGetPackageVerifier.json Remove Microsoft.AspNetCore.DataProtection.Sources package 2017-01-04 15:24:13 -08:00
Provision-AutoGenKeys.ps1 Detect pool user in script 2016-08-10 15:19:17 -07:00
README.md
appveyor.yml Update appveyor and travis settings 2017-03-14 13:39:54 -07:00
build.cmd
build.ps1 Change korebuild branch and fix argument forwarding in bootstrapper 2017-03-01 18:14:13 -08:00
build.sh Change korebuild branch and fix argument forwarding in bootstrapper 2017-03-01 18:14:13 -08:00
version.props Upgrade to VS 2017 2017-01-31 16:51:24 -08:00

README.md

DataProtection

AppVeyor: AppVeyor

Travis: Travis

Data Protection APIs for protecting and unprotecting data.

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.