Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Namespace:  System.Web.Http.Filters
Assembly:  System.Web.Http (in System.Web.Http.dll)
Syntax
'Declaration
Public Interface IAuthorizationFilter _
    Inherits IFilter
'Usage
Dim instance As IAuthorizationFilter
public interface IAuthorizationFilter : IFilter
public interface class IAuthorizationFilter : IFilter
type IAuthorizationFilter =  
    interface
        interface IFilter
    end
public interface IAuthorizationFilter extends IFilter
The IAuthorizationFilter type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| .jpeg) | 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.) | 
Top
Methods
| Name | Description | |
|---|---|---|
| .jpeg) | ExecuteAuthorizationFilterAsync | Executes the authorization filter to synchronize. | 
Top