Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This method calls the OnAuthentication method.
Namespace: System.Web.Mvc
Assembly: System.Web.Mvc (in System.Web.Mvc.dll)
Syntax
void IAuthenticationFilter.OnAuthentication(
AuthenticationContext filterContext
)
private:
virtual void OnAuthentication(
AuthenticationContext^ filterContext
) sealed = IAuthenticationFilter::OnAuthentication
private abstract OnAuthentication :
filterContext:AuthenticationContext -> unit
private override OnAuthentication :
filterContext:AuthenticationContext -> unit
Private Sub OnAuthentication (
filterContext As AuthenticationContext
)
Implements IAuthenticationFilter.OnAuthentication
Parameters
filterContext
Type: System.Web.Mvc.Filters.AuthenticationContextThe filter context.
Implements
IAuthenticationFilter.OnAuthentication(AuthenticationContext)
See Also
Controller Class
System.Web.Mvc Namespace
Return to top