RolesAuthorizationRequirement Class

Definition

Implements an IAuthorizationHandler and IAuthorizationRequirement which requires at least one role claim whose value must be any of the allowed roles.

C#
public class RolesAuthorizationRequirement : Microsoft.AspNetCore.Authorization.AuthorizationHandler<Microsoft.AspNetCore.Authorization.Infrastructure.RolesAuthorizationRequirement>, Microsoft.AspNetCore.Authorization.IAuthorizationRequirement
Inheritance
Implements

Constructors

Properties

AllowedRoles

Gets the collection of allowed roles.

Methods

HandleAsync(AuthorizationHandlerContext)

Makes a decision if authorization is allowed.

(Inherited from AuthorizationHandler<TRequirement>)
HandleRequirementAsync(AuthorizationHandlerContext, RolesAuthorizationRequirement)

Makes a decision if authorization is allowed based on a specific requirement.

HandleRequirementAsync(AuthorizationHandlerContext, TRequirement)

Makes a decision if authorization is allowed based on a specific requirement.

(Inherited from AuthorizationHandler<TRequirement>)
ToString()

Returns a string that represents the current object.

Applies to

Product Versions
ASP.NET Core 1.0, 1.1, 2.0, 2.1, 2.2, 3.0, 3.1, 5.0, 6.0, 7.0, 8.0, 9.0