Interface IAuthenticationFilter
Defines a filter that performs authentication.
public interface IAuthenticationFilter
Methods
OnAuthentication(AuthenticationContext)
Authenticates the request.
void OnAuthentication(AuthenticationContext filterContext)
Parameters
filterContextAuthenticationContextThe context to use for authentication.
OnAuthenticationChallenge(AuthenticationChallengeContext)
Adds an authentication challenge to the current ActionResult.
void OnAuthenticationChallenge(AuthenticationChallengeContext filterContext)
Parameters
filterContextAuthenticationChallengeContextThe context to use for the authentication challenge.