IAuthorizationFilter Interface

Definition

Defines the methods that are required for an authorization filter.

public interface IAuthorizationFilter
type IAuthorizationFilter = interface
Public Interface IAuthorizationFilter
Derived

Methods

OnAuthorization(AuthorizationContext)

Called when authorization is required.

Applies to