Go to file
Daniel Kraemer 7bb3ccf201 Fixed possibly wrong registry path
Your version of this script opens/creates registry path "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\4.0.30319.0\AutoGenKeys\$sid"
I think the correct path should be "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\ASP.NET\4.0.30319.0\AutoGenKeys\$sid"
2015-11-20 21:37:08 +01:00
src Fix build 2015-11-18 12:38:28 -08:00
test Reacting to DependencyInjection changes 2015-11-13 10:30:54 -08:00
tools
.gitattributes
.gitignore
.travis.yml Move Travis to supported Linux distribution 2015-11-17 12:34:21 -08:00
CONTRIBUTING.md
DataProtection.sln
DataProtection.sln.DotSettings
LICENSE.txt
NuGet.config
NuGetPackageVerifier.json
Provision-AutoGenKeys.ps1 Fixed possibly wrong registry path 2015-11-20 21:37:08 +01:00
README.md
appveyor.yml
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 documentation for Data Protection in the ASP.NET 5 Documentation. You can find samples, documentation and getting started instructions for ASP.NET 5 at the Home repo.