ControllerActionInvoker.InvokeAuthenticationFiltersChallenge Метод
Определение
Важно!
Некоторые сведения относятся к предварительной версии продукта, в которую до выпуска могут быть внесены существенные изменения. Майкрософт не предоставляет никаких гарантий, явных или подразумеваемых, относительно приведенных здесь сведений.
protected virtual System.Web.Mvc.Filters.AuthenticationChallengeContext InvokeAuthenticationFiltersChallenge (System.Web.Mvc.ControllerContext controllerContext, System.Collections.Generic.IList<System.Web.Mvc.Filters.IAuthenticationFilter> filters, System.Web.Mvc.ActionDescriptor actionDescriptor, System.Web.Mvc.ActionResult result);
abstract member InvokeAuthenticationFiltersChallenge : System.Web.Mvc.ControllerContext * System.Collections.Generic.IList<System.Web.Mvc.Filters.IAuthenticationFilter> * System.Web.Mvc.ActionDescriptor * System.Web.Mvc.ActionResult -> System.Web.Mvc.Filters.AuthenticationChallengeContext
override this.InvokeAuthenticationFiltersChallenge : System.Web.Mvc.ControllerContext * System.Collections.Generic.IList<System.Web.Mvc.Filters.IAuthenticationFilter> * System.Web.Mvc.ActionDescriptor * System.Web.Mvc.ActionResult -> System.Web.Mvc.Filters.AuthenticationChallengeContext
Protected Overridable Function InvokeAuthenticationFiltersChallenge (controllerContext As ControllerContext, filters As IList(Of IAuthenticationFilter), actionDescriptor As ActionDescriptor, result As ActionResult) As AuthenticationChallengeContext
Параметры
- controllerContext
- ControllerContext
- filters
- IList<IAuthenticationFilter>
- actionDescriptor
- ActionDescriptor
- result
- ActionResult