Microsoft.AspNetCore.Mvc.Authorization Namespace
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.
Provides implementations for authorization filters.
Allow |
An implementation of IAllowAnonymousFilter |
Authorize |
An implementation of IAsyncAuthorizationFilter which applies a specific AuthorizationPolicy. MVC recognizes the AuthorizeAttribute and adds an instance of this filter to the associated action or controller. |
IAllow |
A filter that allows anonymous requests, disabling some IAuthorizationFilters. |
For more information on filters, Filters in ASP.NET Core.