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