Controller::OnAuthenticationChallenge Method (AuthenticationChallengeContext^)
Called when authorization challenge occurs.
Assembly: System.Web.Mvc (in System.Web.Mvc.dll)
protected: virtual void OnAuthenticationChallenge( AuthenticationChallengeContext^ filterContext )
Parameters
- filterContext
-
Type:
System.Web.Mvc.Filters::AuthenticationChallengeContext^
Information about the current request and action.
Show: