IdentityRole<TKey, TUserRole> Class

Namespace
Microsoft.AspNet.Identity.CoreCompat
Assemblies
  • Microsoft.AspNet.Identity.AspNetCoreCompat

Inheritance Hierarchy

Syntax

public class IdentityRole<TKey, TUserRole> : IdentityRole<TKey, TUserRole>, IRole<TKey> where TUserRole : IdentityUserRole<TKey>
class Microsoft.AspNet.Identity.CoreCompat.IdentityRole<TKey, TUserRole>

Properties

Microsoft.AspNet.Identity.CoreCompat.IdentityRole<TKey, TUserRole>.Claims
Navigation property for claims in the role
Return type:System.Collections.Generic.ICollection<Microsoft.AspNet.Identity.CoreCompat.IdentityRoleClaim<TKey>>
public virtual ICollection<IdentityRoleClaim<TKey>> Claims { get; }
Microsoft.AspNet.Identity.CoreCompat.IdentityRole<TKey, TUserRole>.ConcurrencyStamp
Concurrency stamp
Return type:System.String
public virtual string ConcurrencyStamp { get; set; }
Microsoft.AspNet.Identity.CoreCompat.IdentityRole<TKey, TUserRole>.NormalizedName
Normalized role name
Return type:System.String
public virtual string NormalizedName { get; set; }