ControllerActionInvoker.InvokeAuthenticationFiltersChallenge Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Parameters
- controllerContext
- ControllerContext
- filters
- IList<IAuthenticationFilter>
- actionDescriptor
- ActionDescriptor
- result
- ActionResult