Share via


IAuthenticationFilter.OnAuthentication Method (AuthenticationContext)

 

Authenticates the request.

Namespace:   System.Web.Mvc.Filters
Assembly:  System.Web.Mvc (in System.Web.Mvc.dll)

Syntax

void OnAuthentication(
    AuthenticationContext filterContext
)
void OnAuthentication(
    AuthenticationContext^ filterContext
)
abstract OnAuthentication : 
        filterContext:AuthenticationContext -> unit
Sub OnAuthentication (
    filterContext As AuthenticationContext
)

Parameters

See Also

IAuthenticationFilter Interface
System.Web.Mvc.Filters Namespace

Return to top