aspnetcore/src/DataProtection
Nate McMaster 5d16f97965
Remove netcoreapp2.0 test TFMs (#6461)
.NET Core 2.0 reached EOL last year. This removes multi-targeting our test projects and test assets to only use .NET Core 2.1 and .NET Framework 4.6.1.
2019-01-08 11:20:09 -08:00
..
Abstractions Remove netcoreapp2.0 test TFMs (#6461) 2019-01-08 11:20:09 -08:00
AzureKeyVault Remove netcoreapp2.0 test TFMs (#6461) 2019-01-08 11:20:09 -08:00
AzureStorage Remove netcoreapp2.0 test TFMs (#6461) 2019-01-08 11:20:09 -08:00
Cryptography.Internal Remove netcoreapp2.0 test TFMs (#6461) 2019-01-08 11:20:09 -08:00
Cryptography.KeyDerivation Remove netcoreapp2.0 test TFMs (#6461) 2019-01-08 11:20:09 -08:00
DataProtection Remove netcoreapp2.0 test TFMs (#6461) 2019-01-08 11:20:09 -08:00
Extensions Remove netcoreapp2.0 test TFMs (#6461) 2019-01-08 11:20:09 -08:00
Redis Remove netcoreapp2.0 test TFMs (#6461) 2019-01-08 11:20:09 -08:00
SystemWeb/src Update DataProtection to use custom reference resolution 2018-11-13 10:28:42 -08:00
build Reorganize source code in src/DataProtection 2018-11-07 17:33:30 -08:00
samples Update DataProtection to use custom reference resolution 2018-11-13 10:28:42 -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 Reorganize source code in src/DataProtection 2018-11-07 17:33:30 -08:00
Provision-AutoGenKeys.ps1
README.md
build.cmd Convert AADIntegration projects to ProjectRef (#6082) 2018-12-21 11:43:09 -08:00
build.sh
startvs.cmd Workaround problems when opening solution files in Visual Studio (#4569) 2018-12-11 14:05:21 -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