Controller.IAuthenticationFilter.OnAuthentication Method (AuthenticationContext)

 

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

Implements

IAuthenticationFilter.OnAuthentication(AuthenticationContext)

See Also

Controller Class
System.Web.Mvc Namespace

Return to top