[Archived] Data Protection APIs for protecting and unprotecting data. Project moved to https://github.com/aspnet/AspNetCore
Перейти к файлу
Nate McMaster d7cb942a77
Bump version to 2.0.3
2018-04-17 14:13:09 -07:00
build Bump version, update build tools, and dependency versions 2018-01-18 16:27:57 -08:00
samples Update how PackageReference versions are set 2017-10-09 11:10:14 -07:00
shared Remove Microsoft.AspNetCore.DataProtection.Sources package 2017-01-04 15:24:13 -08:00
src Update how PackageReference versions are set 2017-10-09 11:10:14 -07:00
test Update how PackageReference versions are set 2017-10-09 11:10:14 -07:00
.gitattributes Build with dotnet 2016-01-06 14:28:39 -08:00
.gitignore Update build tools to 2.0.2-rc1-15526 and dependencies to 2.0.1-rtm-105 2017-10-13 13:11:20 -07:00
.travis.yml Adding libunwind8 to .travis.yml 2017-06-26 09:35:42 -07:00
CONTRIBUTING.md Update Home master -> Home dev 2015-05-12 11:50:38 -07:00
DataProtection.sln Target .NET Standard 2.0 2017-05-24 09:47:10 -07:00
DataProtection.sln.DotSettings Apply code formatting 2014-01-28 17:48:49 -08:00
Directory.Build.props Bump version, update build tools, and dependency versions 2018-01-18 16:27:57 -08:00
Directory.Build.targets Bump version, update build tools, and dependency versions 2018-01-18 16:27:57 -08:00
LICENSE.txt Update LICENSE.txt text 2017-07-03 14:05:09 -07:00
NuGet.config Use MSBuild to set NuGet feeds instead of NuGet.config 2017-10-02 14:12:19 -07: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 Fix package metadata 2016-03-24 23:50:57 -07:00
appveyor.yml Upgrade StackExchange.Redis.StrongName to version 1.2.3 (#231) 2017-05-08 13:04:25 -07:00
build.cmd Bump version to 2.0.1 and update build scripts, tools, and dependencies for 2.0.x 2017-09-20 17:16:17 -07:00
build.ps1 Update build tools to 2.0.2-rc1-15526 and dependencies to 2.0.1-rtm-105 2017-10-13 13:11:20 -07:00
build.sh Update build tools to 2.0.2-rc1-15526 and dependencies to 2.0.1-rtm-105 2017-10-13 13:11:20 -07:00
korebuild-lock.txt Bump version, update build tools, and dependency versions 2018-01-18 16:27:57 -08:00
korebuild.json Bump version, update build tools, and dependency versions 2018-01-18 16:27:57 -08:00
version.props Bump version to 2.0.3 2018-04-17 14:13:09 -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.