RolesAuthorizationRequirement Class
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.
Implements an IAuthorizationHandler and IAuthorizationRequirement which requires at least one role claim whose value must be any of the allowed roles.
public ref class RolesAuthorizationRequirement : Microsoft::AspNetCore::Authorization::AuthorizationHandler<Microsoft::AspNetCore::Authorization::Infrastructure::RolesAuthorizationRequirement ^>, Microsoft::AspNetCore::Authorization::IAuthorizationRequirement
public class RolesAuthorizationRequirement : Microsoft.AspNetCore.Authorization.AuthorizationHandler<Microsoft.AspNetCore.Authorization.Infrastructure.RolesAuthorizationRequirement>, Microsoft.AspNetCore.Authorization.IAuthorizationRequirement
type RolesAuthorizationRequirement = class
inherit AuthorizationHandler<RolesAuthorizationRequirement>
interface IAuthorizationRequirement
Public Class RolesAuthorizationRequirement
Inherits AuthorizationHandler(Of RolesAuthorizationRequirement)
Implements IAuthorizationRequirement
- Inheritance
- Implements
Roles |
Creates a new instance of RolesAuthorizationRequirement. |
Allowed |
Gets the collection of allowed roles. |
Handle |
Makes a decision if authorization is allowed. (Inherited from AuthorizationHandler<TRequirement>) |
Handle |
Makes a decision if authorization is allowed based on a specific requirement. |
Handle |
Makes a decision if authorization is allowed based on a specific requirement. (Inherited from AuthorizationHandler<TRequirement>) |
To |
Returns a string that represents the current object. |
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 |