IAuthorizationFilter Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
A filter that confirms request authorization.
public interface class IAuthorizationFilter : Microsoft::AspNetCore::Mvc::Filters::IFilterMetadata
public interface IAuthorizationFilter : Microsoft.AspNetCore.Mvc.Filters.IFilterMetadata
type IAuthorizationFilter = interface
interface IFilterMetadata
Public Interface IAuthorizationFilter
Implements IFilterMetadata
- Derived
- Implements
Methods
OnAuthorization(AuthorizationFilterContext) |
Called early in the filter pipeline to confirm request is authorized. |