IAuthenticationFilter Interface

Definition

Defines a filter that performs authentication.

public interface IAuthenticationFilter
type IAuthenticationFilter = interface
Public Interface IAuthenticationFilter
Derived

Methods

OnAuthentication(AuthenticationContext)

Authenticates the request.

OnAuthenticationChallenge(AuthenticationChallengeContext)

Adds an authentication challenge to the current ActionResult.

Applies to