IAuthenticationFilter Interface
Defines a filter that performs authentication.
Assembly: System.Web.Mvc (in System.Web.Mvc.dll)
| Name | Description | |
|---|---|---|
![]() | OnAuthentication(AuthenticationContext) | Authenticates the request. |
![]() | OnAuthenticationChallenge(AuthenticationChallengeContext) | Adds an authentication challenge to the current ActionResult. |
Show:
