如何在global.asax中实现防伪令牌?

时间:2018-06-28 12:14:24

标签: asp.net csrf csrf-protection antiforgerytoken

为防止CSRF攻击,需要在我们的项目中为asp.net网站(而非MVC)实施防伪令牌。我们无法在Google中找到它。如果在global.asax中实现它会更好。请帮助。提前致谢。

1 个答案:

答案 0 :(得分:1)

您正在使用哪个版本的.net?某些版本已将其内置在“母版”页面中,否则,如果您需要查看Webforms项目中的外观,可以检查: https://software-security.sans.org/developer-how-to/developer-guide-csrf