IdentityRole<TKey,TUserRole> Clase

Definición

generic <typename TKey, typename TUserRole>
 where TUserRole : IdentityUserRole<TKey>public ref class IdentityRole : Microsoft::AspNet::Identity::EntityFramework::IdentityRole<TKey, TUserRole>
public class IdentityRole<TKey,TUserRole> : Microsoft.AspNet.Identity.EntityFramework.IdentityRole<TKey,TUserRole> where TUserRole : IdentityUserRole<TKey>
type IdentityRole<'Key, 'UserRole (requires 'UserRole :> IdentityUserRole<'Key>)> = class
    inherit IdentityRole<'Key, 'UserRole (requires 'UserRole :> IdentityUserRole<'Key>)>
Public Class IdentityRole(Of TKey, TUserRole)
Inherits IdentityRole(Of TKey, TUserRole)

Parámetros de tipo

TKey
TUserRole
Herencia
Microsoft.AspNet.Identity.EntityFramework.IdentityRole<TKey,TUserRole>
IdentityRole<TKey,TUserRole>
Derivado

Constructores

IdentityRole<TKey,TUserRole>()

Propiedades

Claims

Propiedad de navegación para las notificaciones en el rol

ConcurrencyStamp

Marca de simultaneidad

NormalizedName

Nombre de rol normalizado

Se aplica a