Go to file
Matt Ellis d386e78ee6 Use $HOME as a possible storage location
If LOCALAPPDATA and USERPROFILE are both null (as is the case on
Linux/OSX) use "$HOME/.aspnet" as the root folder for data protection
keys

Fixes #76
2015-04-19 21:52:35 -07:00
src Use $HOME as a possible storage location 2015-04-19 21:52:35 -07:00
test Reacting to ILogger api changes 2015-04-04 00:44:36 -07:00
.gitattributes
.gitignore
.travis.yml Update .travis.yml and appveyor.yml to build quietly. 2015-04-07 16:14:26 -07:00
CONTRIBUTING.md
DataProtection.sln
DataProtection.sln.DotSettings
LICENSE.txt
NuGet.Config
README.md
appveyor.yml Update .travis.yml and appveyor.yml to build quietly. 2015-04-07 16:14:26 -07:00
build.cmd
build.sh
global.json
makefile.shade

README.md

DataProtection

AppVeyor: AppVeyor

Travis: Travis

Data Protection APIs

This project is part of ASP.NET 5. You can find samples, documentation and getting started instructions for ASP.NET 5 at the Home repo.