Controller.IAuthenticationFilter.OnAuthenticationChallenge Method (AuthenticationChallengeContext)

 

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

Implements

IAuthenticationFilter.OnAuthenticationChallenge(AuthenticationChallengeContext)

See Also

Controller Class
System.Web.Mvc Namespace

Return to top