aspnetcore/src/Antiforgery
Pranav K 20770811a4
Add nullability to antiforgery (#22279)
* Add nullability to antiforgery

Addresses #5680

* Rebase
2020-06-12 03:23:33 +00:00
..
ref Add nullability to antiforgery (#22279) 2020-06-12 03:23:33 +00:00
src Add nullability to antiforgery (#22279) 2020-06-12 03:23:33 +00:00
test Add nullability to antiforgery (#22279) 2020-06-12 03:23:33 +00:00
.vsconfig
Antiforgery.sln
README.md
build.cmd
build.sh
startvs.cmd

README.md

Antiforgery

Antiforgery system for generating secure tokens to prevent Cross-Site Request Forgery attacks.

This project is part of ASP.NET Core. You can find documentation and getting started instructions for ASP.NET Core at the AspNetCore repo.