Share via


IdentityUser Klasse

Definition

public ref class IdentityUser : Microsoft::AspNet::Identity::CoreCompat::IdentityUser<System::String ^, Microsoft::AspNet::Identity::CoreCompat::IdentityUserLogin ^, Microsoft::AspNet::Identity::EntityFramework::IdentityUserRole ^, Microsoft::AspNet::Identity::EntityFramework::IdentityUserClaim ^>
public class IdentityUser : Microsoft.AspNet.Identity.CoreCompat.IdentityUser<string,Microsoft.AspNet.Identity.CoreCompat.IdentityUserLogin,Microsoft.AspNet.Identity.EntityFramework.IdentityUserRole,Microsoft.AspNet.Identity.EntityFramework.IdentityUserClaim>
type IdentityUser = class
    inherit IdentityUser<string, IdentityUserLogin, IdentityUserRole, IdentityUserClaim>
Public Class IdentityUser
Inherits IdentityUser(Of String, IdentityUserLogin, IdentityUserRole, IdentityUserClaim)
Vererbung
Microsoft.AspNet.Identity.EntityFramework.IdentityUser<TKey,TUserLogin,TUserRole,TUserClaim>
IdentityUser<String,IdentityUserLogin,Microsoft.AspNet.Identity.EntityFramework.IdentityUserRole,Microsoft.AspNet.Identity.EntityFramework.IdentityUserClaim>
IdentityUser

Konstruktoren

IdentityUser()

Konstruktor, der eine neue GUID für die ID erstellt

IdentityUser(String)

Konstruktor, der userName annimmt.

Eigenschaften

ConcurrencyStamp

Parallelitätsstempel

(Geerbt von IdentityUser<TKey,TUserLogin,TUserRole,TUserClaim>)
NormalizedEmail

Normalisierte E-Mail

(Geerbt von IdentityUser<TKey,TUserLogin,TUserRole,TUserClaim>)
NormalizedUserName (Geerbt von IdentityUser<TKey,TUserLogin,TUserRole,TUserClaim>)

Gilt für: