IdentityRole Class

Definition

public ref class IdentityRole : Microsoft::AspNet::Identity::CoreCompat::IdentityRole<System::String ^, Microsoft::AspNet::Identity::EntityFramework::IdentityUserRole ^>
public class IdentityRole : Microsoft.AspNet.Identity.CoreCompat.IdentityRole<string,Microsoft.AspNet.Identity.EntityFramework.IdentityUserRole>
type IdentityRole = class
    inherit IdentityRole<string, IdentityUserRole>
Public Class IdentityRole
Inherits IdentityRole(Of String, IdentityUserRole)
Inheritance
Microsoft.AspNet.Identity.EntityFramework.IdentityRole<TKey,TUserRole>
IdentityRole<String,Microsoft.AspNet.Identity.EntityFramework.IdentityUserRole>
IdentityRole

Constructors

IdentityRole()

Constructor

IdentityRole(String)

Constructor

Properties

Claims

Navigation property for claims in the role

(Inherited from IdentityRole<TKey,TUserRole>)
ConcurrencyStamp

Concurrency stamp

(Inherited from IdentityRole<TKey,TUserRole>)
NormalizedName

Normalized role name

(Inherited from IdentityRole<TKey,TUserRole>)

Applies to