Share via


IdentityRoleClaim Class

Definition

public class IdentityRoleClaim : Microsoft.AspNet.Identity.CoreCompat.IdentityRoleClaim<string>
Inheritance
IdentityRoleClaim

Constructors

Properties

ClaimType

Claim type

(Inherited from IdentityRoleClaim<TKey>)
ClaimValue

Claim value

(Inherited from IdentityRoleClaim<TKey>)
Id

Primary key

(Inherited from IdentityRoleClaim<TKey>)
RoleId

User Id for the role this claim belongs to

(Inherited from IdentityRoleClaim<TKey>)

Applies to