IAuthenticationFilter.OnAuthentication(AuthenticationContext) 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.
Authenticates the request.
public void OnAuthentication(System.Web.Mvc.Filters.AuthenticationContext filterContext);
abstract member OnAuthentication : System.Web.Mvc.Filters.AuthenticationContext -> unit
Public Sub OnAuthentication (filterContext As AuthenticationContext)
Parameters
- filterContext
- AuthenticationContext
The context to use for authentication.