Microsoft.AspNetCore.Mvc.Authorization Namespace

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.