antiforgerytoken
MVC 2 AntiForgeryToken - Why symmetric encryption + IPrinciple?
We recently updated our solution to MVC 2, and this has updated the way that the AntiForgeryToken works. Unfortunately this does not fit with our AJAX framework any more.[详细]
2022-12-27 17:52 分类:问答Is it possible to make the AntiForgeryToken value in ASP.NET MVC change after each verification?
We\'ve just had some Penetration Testing carried out on an application we\'ve built using ASP.NET MVC, and one of the recommendations that came back was that the value of the AntiForgeryToken in the F[详细]
2022-12-19 06:23 分类:问答Creating test cases against html security exploit
In a ASP.NET MVC along with a test case project, How does someone create a test case to test开发者_开发技巧 against existing security exploits on a controller method?[详细]
2022-12-16 16:22 分类:问答Creating an AntiForgeryToken through Dependency Injection
I\'m working on improving the security of my company\'s website and wanted to create a token to prevent forgery attempts that could be easily maintained this is what I came up with.[详细]
2022-12-11 02:50 分类:问答ASP.MVC antiforgery token and cryptographic errors
I\'m using ELMAH to handle errors in my MVC sites and I\'ve noticed over the past couple of weeks that I\'m getting some CryptographicExceptions thrown.The message is:[详细]
2022-12-10 05:07 分类:问答