Microsoft.AspNetCore.Mvc.Authorization Namespace

namespace Microsoft.AspNetCore.Mvc.Authorization

Interfaces

interface IAllowAnonymousFilter
A filter that allows anonymous requests, disabling some Microsoft.AspNetCore.Mvc.Filters.IAuthorizationFilters.

Classes

class AllowAnonymousFilter
An implementation of Microsoft.AspNetCore.Mvc.Authorization.IAllowAnonymousFilter
class AuthorizeFilter
An implementation of Microsoft.AspNetCore.Mvc.Filters.IAsyncAuthorizationFilter which applies a specific Microsoft.AspNetCore.Authorization.AuthorizationPolicy. MVC recognizes the Microsoft.AspNetCore.Authorization.AuthorizeAttribute and adds an instance of this filter to the associated action or controller.