Welcome to MSDN Blogs Sign in | Join | Help

Browse by Tags

All Tags » One-Click   (RSS)
Checking for ViewStateUserKey using FxCop
ASP.NET has had a mitigation to prevent against CSRF/One-Click attacks since 1.1 with the use of Page.ViewStateUserKey property. I've implemented a basic FXCop rule to verify if this property is used on each page. The rule is basic so it doesn't look Read More...
Page view tracker