The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
IAuthorizationFilter Interface
Defines the methods that are required for an authorization filter.
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 | |
|---|---|---|
![]() | ExecuteAuthorizationFilterAsync(HttpActionContext^, CancellationToken, Func<Task<HttpResponseMessage^>^>^) | Executes the authorization filter to synchronize. |
Show:

