Controller.IAuthenticationFilter.OnAuthenticationChallenge Method

Definition

This method calls the OnAuthenticationChallenge method.

void IAuthenticationFilter.OnAuthenticationChallenge (System.Web.Mvc.Filters.AuthenticationChallengeContext filterContext);
abstract member System.Web.Mvc.Filters.IAuthenticationFilter.OnAuthenticationChallenge : System.Web.Mvc.Filters.AuthenticationChallengeContext -> unit
override this.System.Web.Mvc.Filters.IAuthenticationFilter.OnAuthenticationChallenge : System.Web.Mvc.Filters.AuthenticationChallengeContext -> unit
Sub OnAuthenticationChallenge (filterContext As AuthenticationChallengeContext) Implements IAuthenticationFilter.OnAuthenticationChallenge

Parameters

filterContext
AuthenticationChallengeContext

The filter context.

Implements

Applies to