Freigeben über


Controller.IAuthenticationFilter.OnAuthenticationChallenge Methode

Definition

Diese Methode ruft die OnAuthenticationChallenge-Methode auf.

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

Parameter

filterContext
AuthenticationChallengeContext

Der Filterkontext.

Implementiert

Gilt für: