ControllerActionInvoker.InvokeAuthenticationFilters 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.AuthenticationContext InvokeAuthenticationFilters (System.Web.Mvc.ControllerContext controllerContext, System.Collections.Generic.IList<System.Web.Mvc.Filters.IAuthenticationFilter> filters, System.Web.Mvc.ActionDescriptor actionDescriptor);
abstract member InvokeAuthenticationFilters : System.Web.Mvc.ControllerContext * System.Collections.Generic.IList<System.Web.Mvc.Filters.IAuthenticationFilter> * System.Web.Mvc.ActionDescriptor -> System.Web.Mvc.Filters.AuthenticationContext
override this.InvokeAuthenticationFilters : System.Web.Mvc.ControllerContext * System.Collections.Generic.IList<System.Web.Mvc.Filters.IAuthenticationFilter> * System.Web.Mvc.ActionDescriptor -> System.Web.Mvc.Filters.AuthenticationContext
Protected Overridable Function InvokeAuthenticationFilters (controllerContext As ControllerContext, filters As IList(Of IAuthenticationFilter), actionDescriptor As ActionDescriptor) As AuthenticationContext
Parameters
- controllerContext
- ControllerContext
- filters
- IList<IAuthenticationFilter>
- actionDescriptor
- ActionDescriptor