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.IAsyncAuthorizationFilterwhich applies a specificMicrosoft.AspNetCore.Authorization.AuthorizationPolicy. MVC recognizes theMicrosoft.AspNetCore.Authorization.AuthorizeAttributeand adds an instance of this filter to the associated action or controller.
- interface