Compartir a través de


IAuthenticationFilter.OnAuthenticationChallenge Método

Definición

Agrega un desafío de autenticación al actual ActionResult.

public void OnAuthenticationChallenge (System.Web.Mvc.Filters.AuthenticationChallengeContext filterContext);
abstract member OnAuthenticationChallenge : System.Web.Mvc.Filters.AuthenticationChallengeContext -> unit
Public Sub OnAuthenticationChallenge (filterContext As AuthenticationChallengeContext)

Parámetros

filterContext
AuthenticationChallengeContext

El contexto que se debe usar el desafío de autenticación.

Se aplica a