ControllerActionInvoker.InvokeAuthenticationFiltersChallenge 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
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