The tutorial Preventing CSRF by Mike Wasson, introduces a method called GetTokens() that is supposed to reside within the System.Web.Helpers.AntiForgery class (as confirmed on MSDN here).
I am using ASP.NET 4.0, C#, and MVC 3 and cannot find this method anywhere. It doesn't exist, and the MSDN page about the method doesn't not give any hints as to which version of the framework contains the GetTokens() method. Am I missing something? I left a comment on Mike Wasson's post, but he apparently doesn't read the comments there (at least not anymore) because I'm the second person to raise the question there and there are no responses.
Where can I find this method?