อ่านในภาษาอังกฤษ

แชร์ผ่าน


ClaimsAuthorizationRequirement Class

Definition

Implements an IAuthorizationHandler and IAuthorizationRequirement which requires at least one instance of the specified claim type, and, if allowed values are specified, the claim value must be any of the allowed values.

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

Constructors

Properties

AllowedValues

Gets the optional list of claim values, which, if present, the claim must match.

ClaimType

Gets the claim type that must be present.

Methods

HandleAsync(AuthorizationHandlerContext)

Makes a decision if authorization is allowed.

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

Makes a decision if authorization is allowed based on the claims requirements specified.

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

ผลิตภัณฑ์ เวอร์ชัน
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