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.
Classes
AllowAnonymousFilter |
An implementation of IAllowAnonymousFilter |
AuthorizeFilter |
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. |
Interfaces
IAllowAnonymousFilter |
A filter that allows anonymous requests, disabling some IAuthorizationFilters. |
Remarks
For more information on filters, Filters in ASP.NET Core.