The only override I see exposed on MVC\'s AuthorizeAttribute is public override void OnAuthorization( AuthorizationContext filterContext ) which is
AuthorizeAttribute
public override void OnAuthorization( AuthorizationContext filterContext )
ASP.NET MVC today does not support asynchronous filters. Please vote.
However, ASP.NET "vNext", announced at TechEd this week, will support asynchronous filters for MVC.