[Archived] Data Protection APIs for protecting and unprotecting data. Project moved to https://github.com/aspnet/AspNetCore
Перейти к файлу
Nate McMaster 88a191f0f3
Update README.md (#329)
This repo is being archived. Ongoing development of the release/2.1, release/2.2 and master branches will continue in https://github.com/aspnet/AspNetCore.
2018-10-16 11:36:39 -07:00
.github Create ISSUE_TEMPLATE.md 2018-01-02 14:22:44 -08:00
.vscode Unprotect key material with the local cache of certificates before checking the cert store 2018-07-05 11:31:46 -07:00
.vsts-pipelines/builds Merge branch 'release/2.2' 2018-08-10 15:25:31 -07:00
build Merge branch 'release/2.2' 2018-10-11 10:23:24 -07:00
samples Merge branch 'release/2.2' 2018-10-11 10:23:24 -07:00
shared Remove Microsoft.AspNetCore.DataProtection.Sources package 2017-01-04 15:24:13 -08:00
src Merge branch 'release/2.2' 2018-10-11 10:23:24 -07:00
test Merge branch 'release/2.2' 2018-10-11 10:23:24 -07:00
.appveyor.yml [automated] Change default branch to master 2018-07-02 12:40:16 -07:00
.gitattributes Build with dotnet 2016-01-06 14:28:39 -08:00
.gitignore Pin tool and package versions to make builds more repeatable 2017-11-01 09:09:28 -07:00
.travis.yml [automated] Change default branch to master 2018-07-02 12:40:16 -07:00
CONTRIBUTING.md Update CONTRIBUTING.md 2018-07-24 10:48:11 -07:00
DataProtection.sln Add Redis 2.0 package (#325) 2018-10-10 16:40:52 -07:00
DataProtection.sln.DotSettings Apply code formatting 2014-01-28 17:48:49 -08:00
Directory.Build.props automated: bulk infrastructure updates. Update bootstrapper scripts and remove unnecessary signing properties 2018-09-28 17:10:32 -07:00
Directory.Build.targets Update TFM to .NET Core 3.0 (#324) 2018-09-06 08:23:55 -07:00
LICENSE.txt Update LICENSE.txt 2018-09-27 15:30:41 -07:00
NuGet.config Use MSBuild to set NuGet feeds instead of NuGet.config 2017-11-20 12:15:45 -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 Update README.md (#329) 2018-10-16 11:36:39 -07:00
build.cmd Update bootstrapper 2017-10-30 11:02:07 -07:00
build.sh Update bootstrapper 2017-10-30 11:02:07 -07:00
korebuild-lock.txt Update dependencies.props 2018-10-07 19:10:34 +00:00
korebuild.json [automated] Change default branch to master 2018-07-02 12:40:16 -07:00
run.cmd Update bootstrapper 2017-10-30 11:02:07 -07:00
run.ps1 automated: bulk infrastructure updates. Update bootstrapper scripts and remove unnecessary signing properties 2018-09-28 17:10:32 -07:00
run.sh automated: bulk infrastructure updates. Update bootstrapper scripts and remove unnecessary signing properties 2018-09-28 17:10:32 -07:00
version.props Update branding to 2.2.0-preview3 2018-09-05 16:33:50 -07:00

README.md

DataProtection [Archived]

This GitHub project has been archived. Ongoing development on this project can be found in https://github.com/aspnet/AspNetCore.

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 AspNetCore repo.

Community Maintained Data Protection Providers & Projects