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