IdentityUser Class

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)
Inheritance
Microsoft.AspNet.Identity.EntityFramework.IdentityUser<TKey,TUserLogin,TUserRole,TUserClaim>
IdentityUser<String,IdentityUserLogin,Microsoft.AspNet.Identity.EntityFramework.IdentityUserRole,Microsoft.AspNet.Identity.EntityFramework.IdentityUserClaim>
IdentityUser

Constructors

IdentityUser()

Constructor which creates a new Guid for the Id

IdentityUser(String)

Constructor that takes a userName

Properties

ConcurrencyStamp

Concurrency stamp

(Inherited from IdentityUser<TKey,TUserLogin,TUserRole,TUserClaim>)
NormalizedEmail

Normalized email

(Inherited from IdentityUser<TKey,TUserLogin,TUserRole,TUserClaim>)
NormalizedUserName (Inherited from IdentityUser<TKey,TUserLogin,TUserRole,TUserClaim>)

Applies to