IdentityRoleClaim<TKey> Class

Definition

EntityType that represents one specific role claim

generic <typename TKey>
public ref class IdentityRoleClaim
public class IdentityRoleClaim<TKey>
type IdentityRoleClaim<'Key> = class
Public Class IdentityRoleClaim(Of TKey)

Type Parameters

TKey
Inheritance
IdentityRoleClaim<TKey>
Derived

Constructors

IdentityRoleClaim<TKey>()

Properties

ClaimType

Claim type

ClaimValue

Claim value

Id

Primary key

RoleId

User Id for the role this claim belongs to

Applies to