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
CONTRIBUTING.md
DataProtection.sln Implement new DataProtection pipeline. 2014-10-10 11:17:37 -07:00
DataProtection.sln.DotSettings
LICENSE.txt
NuGet.Config
README.md
build.cmd
build.sh
global.json Implement new DataProtection pipeline. 2014-10-10 11:17:37 -07:00
makefile.shade

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.