Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This method calls the OnAuthenticationChallenge method.
Namespace: System.Web.Mvc
Assembly: System.Web.Mvc (in System.Web.Mvc.dll)
Syntax
void IAuthenticationFilter.OnAuthenticationChallenge(
AuthenticationChallengeContext filterContext
)
private:
virtual void OnAuthenticationChallenge(
AuthenticationChallengeContext^ filterContext
) sealed = IAuthenticationFilter::OnAuthenticationChallenge
private abstract OnAuthenticationChallenge :
filterContext:AuthenticationChallengeContext -> unit
private override OnAuthenticationChallenge :
filterContext:AuthenticationChallengeContext -> unit
Private Sub OnAuthenticationChallenge (
filterContext As AuthenticationChallengeContext
)
Implements IAuthenticationFilter.OnAuthenticationChallenge
Parameters
filterContext
Type: System.Web.Mvc.Filters.AuthenticationChallengeContextThe filter context.
Implements
IAuthenticationFilter.OnAuthenticationChallenge(AuthenticationChallengeContext)
See Also
Controller Class
System.Web.Mvc Namespace
Return to top