IAuthenticationFilter Interface
Defines a filter that performs authentication.
Namespace: System.Web.Mvc.Filters
Assembly: System.Web.Mvc (in System.Web.Mvc.dll)
Syntax
public interface IAuthenticationFilter
public interface class IAuthenticationFilter
type IAuthenticationFilter = interface end
Public Interface IAuthenticationFilter
Methods
Name | Description | |
---|---|---|
OnAuthentication(AuthenticationContext) | Authenticates the request. |
|
OnAuthenticationChallenge(AuthenticationChallengeContext) | Adds an authentication challenge to the current ActionResult. |
See Also
System.Web.Mvc.Filters Namespace
Return to top