Freigeben über


IdentityRole Klasse

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)
Vererbung
Microsoft.AspNet.Identity.EntityFramework.IdentityRole<TKey,TUserRole>
IdentityRole<String,Microsoft.AspNet.Identity.EntityFramework.IdentityUserRole>
IdentityRole

Konstruktoren

IdentityRole()

Konstruktor

IdentityRole(String)

Konstruktor

Eigenschaften

Claims

Navigationseigenschaft für Ansprüche in der Rolle

(Geerbt von IdentityRole<TKey,TUserRole>)
ConcurrencyStamp

Parallelitätsstempel

(Geerbt von IdentityRole<TKey,TUserRole>)
NormalizedName

Normalisierter Rollenname

(Geerbt von IdentityRole<TKey,TUserRole>)

Gilt für: