IAuthenticationFilter Interface
Defines a filter that performs authentication.
Assembly: System.Web.Http (in System.Web.Http.dll)
| Name | Description | |
|---|---|---|
![]() | AllowMultiple | Gets or sets a value indicating whether more than one instance of the indicated attribute can be specified for a single program element.(Inherited from IFilter.) |
| Name | Description | |
|---|---|---|
![]() | AuthenticateAsync(HttpAuthenticationContext^, CancellationToken) | Authenticates the request. |
![]() | ChallengeAsync(HttpAuthenticationChallengeContext^, CancellationToken) |
Show:

