Share via


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
System_CAPS_pubmethod OnAuthentication(AuthenticationContext)

Authenticates the request.

System_CAPS_pubmethod OnAuthenticationChallenge(AuthenticationChallengeContext)

Adds an authentication challenge to the current ActionResult.

See Also

System.Web.Mvc.Filters Namespace

Return to top