Go to file
Stephen Halter fd677047f4 Change GetService call to GetRequiredService
Remove the assertion that the returned service is not null, since the
GetRequiredService extension method will throw instead of ever
returning null.
2014-10-16 17:34:19 -07:00
src Change GetService call to GetRequiredService 2014-10-16 17:34:19 -07:00
test/Microsoft.AspNet.Security.DataProtection.Test Add unit tests for CngAuthenticatedEncryptorBase, PBKDF2, and SP800_108-CTR-HMACSHA512. 2014-10-16 15:54:35 -07:00
.gitattributes
.gitignore Updating kproj file to match tooling changes 2014-05-18 20:13:54 -07:00
CONTRIBUTING.md
DataProtection.sln Implement new DataProtection pipeline. 2014-10-10 11:17:37 -07:00
DataProtection.sln.DotSettings
LICENSE.txt
NuGet.Config Updating dev NuGet.config 2014-09-17 09:56:22 -07:00
README.md
build.cmd Updated build.cmd 2014-09-05 01:46:08 -07:00
build.sh Updating build.sh based on KRuntime changes 2014-06-10 17:16:45 -07:00
global.json Implement new DataProtection pipeline. 2014-10-10 11:17:37 -07:00
makefile.shade Change the default author in makefile.shade 2014-06-18 16:17:31 -07:00

README.md

DataProtection

Data Protection APIs

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