Controller::IAuthenticationFilter::OnAuthentication Method (AuthenticationContext^)

 

This method calls the OnAuthentication method.

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

private:
virtual void OnAuthentication(
	AuthenticationContext^ filterContext
) sealed = IAuthenticationFilter::OnAuthentication

Parameters

filterContext
Type: System.Web.Mvc.Filters::AuthenticationContext^

The filter context.

Return to top
Show: