IAsyncAuthorizationFilter 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 asynchronously confirms request authorization.
public interface class IAsyncAuthorizationFilter : Microsoft::AspNetCore::Mvc::Filters::IFilterMetadata
public interface IAsyncAuthorizationFilter : Microsoft.AspNetCore.Mvc.Filters.IFilterMetadata
type IAsyncAuthorizationFilter = interface
interface IFilterMetadata
Public Interface IAsyncAuthorizationFilter
Implements IFilterMetadata
- Derived
- Implements
Methods
OnAuthorizationAsync(AuthorizationFilterContext) |
Called early in the filter pipeline to confirm request is authorized. |