aspnetcore/src/DataProtection
Nate McMaster c3beb1f9b1
build.cmd/sh changes (#5958)
Update the build scripts to support building subfolders or subgroups of projects

* Add build scripts for ci
* Remove obsolete scripts
* Add flags like --test and --pack to control running just test or packaging
* Add flags like --managed and --native to control building sub-types of projects
* Remove KoreBuild bootstrapper flags
* Update to extensions 3.0.0-preview.18619.1 (needed to get a fix for aspnet/Extensions#815 to make this change work on MSBuild.exe)
2018-12-20 16:52:15 -08:00
..
Abstractions Merge branch 'release/2.2' 2018-12-14 16:03:16 -08:00
AzureKeyVault Update the artifacts directory organization and simplify publishing targets (#5701) 2018-12-18 11:40:13 -08:00
AzureStorage Update the artifacts directory organization and simplify publishing targets (#5701) 2018-12-18 11:40:13 -08:00
Cryptography.Internal Change DataProtection projects to target netcoreapp3.0 #3754 (#4473) 2018-12-12 10:04:36 -08:00
Cryptography.KeyDerivation Update last few projects to target `netcoreapp3.0` (#5128) 2018-12-17 12:30:28 -08:00
DataProtection Update last few projects to target `netcoreapp3.0` (#5128) 2018-12-17 12:30:28 -08:00
EntityFrameworkCore Update the artifacts directory organization and simplify publishing targets (#5701) 2018-12-18 11:40:13 -08:00
Extensions Change DataProtection projects to target netcoreapp3.0 #3754 (#4473) 2018-12-12 10:04:36 -08:00
StackExchangeRedis Update the artifacts directory organization and simplify publishing targets (#5701) 2018-12-18 11:40:13 -08:00
samples Change DataProtection projects to target netcoreapp3.0 #3754 (#4473) 2018-12-12 10:04:36 -08:00
shared Reorganize source code in src/DataProtection 2018-11-07 17:33:30 -08:00
CreateTestCert.ps1 Reorganize source code in src/DataProtection 2018-11-07 17:33:30 -08:00
DataProtection.sln Change DataProtection projects to target netcoreapp3.0 #3754 (#4473) 2018-12-12 10:04:36 -08:00
NuGetPackageVerifier.json
Provision-AutoGenKeys.ps1
README.md
build.cmd build.cmd/sh changes (#5958) 2018-12-20 16:52:15 -08:00
build.sh build.cmd/sh changes (#5958) 2018-12-20 16:52:15 -08:00
startvs.cmd [automated] Merge branch 'release/2.1' => 'release/2.2' (#4577) 2018-12-11 16:13:20 -08:00

README.md

DataProtection

Data Protection APIs for protecting and unprotecting data. You can find documentation for Data Protection in the ASP.NET Core Documentation.

Community Maintained Data Protection Providers & Projects