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
Public property 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
Public method ExecuteAuthorizationFilterAsync Executes the authorization filter to synchronize.

Top

See Also

Reference

System.Web.Http.Filters Namespace