Go to file
Pavel Krymets 46dadbb186 Make RegistryPolicyResolver an interface to fix 3d party DI (#275) 2017-09-18 13:43:45 -07:00
build Use PackageLineup to manage PackageReference versions 2017-08-29 09:16:24 -07:00
samples Add KeyVault encryption to DataProtection (#273) 2017-09-11 08:51:56 -07:00
shared Remove Microsoft.AspNetCore.DataProtection.Sources package 2017-01-04 15:24:13 -08:00
src Make RegistryPolicyResolver an interface to fix 3d party DI (#275) 2017-09-18 13:43:45 -07:00
test Add KeyVault encryption to DataProtection (#273) 2017-09-11 08:51:56 -07:00
.appveyor.yml Use Directory.Build.props/targets 2017-08-29 09:14:03 -07:00
.gitattributes
.gitignore Update bootstrappers to use the compiled version of KoreBuild 2017-07-25 16:31:15 -07:00
.travis.yml Adding libunwind8 to .travis.yml 2017-06-26 09:35:42 -07:00
CONTRIBUTING.md
DataProtection.sln Add KeyVault encryption to DataProtection (#273) 2017-09-11 08:51:56 -07:00
DataProtection.sln.DotSettings
Directory.Build.props Use PackageLineup to manage PackageReference versions 2017-08-29 09:16:24 -07:00
Directory.Build.targets Use PackageLineup to manage PackageReference versions 2017-08-29 09:16:24 -07:00
LICENSE.txt Update LICENSE.txt text 2017-07-03 14:05:09 -07:00
NuGet.config Use PackageLineup to manage PackageReference versions 2017-08-29 09:16:24 -07:00
NuGetPackageVerifier.json Remove Microsoft.AspNetCore.DataProtection.Sources package 2017-01-04 15:24:13 -08:00
Provision-AutoGenKeys.ps1
README.md
build.cmd Update bootstrappers to use the compiled version of KoreBuild 2017-07-25 16:31:15 -07:00
build.ps1 Update bootstrappers to use the compiled version of KoreBuild 2017-07-25 16:31:15 -07:00
build.sh Ensure fallback to curl after failed wget 2017-08-02 14:31:07 -07:00
version.xml Update bootstrappers to use the compiled version of KoreBuild 2017-07-25 16:31:15 -07: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.