IAuthorizationFilter Interface
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 | |
---|---|---|
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 | |
---|---|---|
ExecuteAuthorizationFilterAsync | Executes the authorization filter to synchronize. |
Top