IAuthenticationFilter Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |