IdentityRoleClaim Class

Definition

public ref class IdentityRoleClaim : Microsoft::AspNet::Identity::CoreCompat::IdentityRoleClaim<System::String ^>
public class IdentityRoleClaim : Microsoft.AspNet.Identity.CoreCompat.IdentityRoleClaim<string>
type IdentityRoleClaim = class
    inherit IdentityRoleClaim<string>
Public Class IdentityRoleClaim
Inherits IdentityRoleClaim(Of String)
Inheritance
IdentityRoleClaim

Constructors

IdentityRoleClaim()

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