Controller.IAuthenticationFilter.OnAuthentication 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.
This method calls the OnAuthentication method.
void IAuthenticationFilter.OnAuthentication (System.Web.Mvc.Filters.AuthenticationContext filterContext);
abstract member System.Web.Mvc.Filters.IAuthenticationFilter.OnAuthentication : System.Web.Mvc.Filters.AuthenticationContext -> unit
override this.System.Web.Mvc.Filters.IAuthenticationFilter.OnAuthentication : System.Web.Mvc.Filters.AuthenticationContext -> unit
Sub OnAuthentication (filterContext As AuthenticationContext) Implements IAuthenticationFilter.OnAuthentication
Parameters
- filterContext
- AuthenticationContext
The filter context.