Controller::IAuthenticationFilter::OnAuthenticationChallenge Method (AuthenticationChallengeContext^)

 

This method calls the OnAuthenticationChallenge method.

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

private:
virtual void OnAuthenticationChallenge(
	AuthenticationChallengeContext^ filterContext
) sealed = IAuthenticationFilter::OnAuthenticationChallenge

Parameters

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

The filter context.

Return to top
Show: