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
samples [Fixes #134] Refactored DI support 2017-03-14 19:58:46 -07:00
shared
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
CONTRIBUTING.md
DataProtection.sln [Fixes #134] Refactored DI support 2017-03-14 19:58:46 -07:00
DataProtection.sln.DotSettings
LICENSE.txt
NuGet.config
NuGetPackageVerifier.json
Provision-AutoGenKeys.ps1
README.md
appveyor.yml
build.cmd
build.ps1
build.sh
version.props

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.