Go to file
Levi B d673df7ef3 Reliability improvements to key ring updates
- Optimistically treat failures as transient and continue to use any existing cached key ring for a short period of time
- Updates to the key ring shouldn't block other threads; they can use the outdated version while waiting for the update
2015-03-17 00:46:24 -07:00
src Reliability improvements to key ring updates 2015-03-17 00:46:24 -07:00
test Reliability improvements to key ring updates 2015-03-17 00:46:24 -07:00
.gitattributes
.gitignore Add project.lock.json to .gitignore 2015-02-16 12:07:04 -08:00
CONTRIBUTING.md
DataProtection.sln Update .kproj => .xproj. 2015-03-11 14:05:01 -07:00
DataProtection.sln.DotSettings
LICENSE.txt
NuGet.Config Renaming Nuget.org feed key name to Nuget. 2015-03-09 20:37:28 -07:00
README.md
build.cmd Do not use deprecated `dnvm -x86` switch 2015-03-11 16:58:20 -07:00
build.sh Remove BOM from project.json, *.cmd, *.sh and *.shade files. 2015-03-09 12:52:23 -07:00
global.json
makefile.shade Significant refactorings throughout the data protection stack 2015-03-10 22:43:45 -07:00

README.md

DataProtection

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.