IdentityUser<TKey, TUserLogin, TUserRole, TUserClaim> Class

Namespace
Microsoft.AspNet.Identity.CoreCompat
Assemblies
  • Microsoft.AspNet.Identity.AspNetCoreCompat

Inheritance Hierarchy

Syntax

public class IdentityUser<TKey, TUserLogin, TUserRole, TUserClaim> : IdentityUser<TKey, TUserLogin, TUserRole, TUserClaim>, IUser<TKey> where TUserLogin : IdentityUserLogin<TKey> where TUserRole : IdentityUserRole<TKey> where TUserClaim : IdentityUserClaim<TKey>
class Microsoft.AspNet.Identity.CoreCompat.IdentityUser<TKey, TUserLogin, TUserRole, TUserClaim>

Properties

Microsoft.AspNet.Identity.CoreCompat.IdentityUser<TKey, TUserLogin, TUserRole, TUserClaim>.ConcurrencyStamp
Concurrency stamp
Return type:System.String
public virtual string ConcurrencyStamp { get; set; }
Microsoft.AspNet.Identity.CoreCompat.IdentityUser<TKey, TUserLogin, TUserRole, TUserClaim>.NormalizedEmail
Normalized email
Return type:System.String
public string NormalizedEmail { get; set; }
Microsoft.AspNet.Identity.CoreCompat.IdentityUser<TKey, TUserLogin, TUserRole, TUserClaim>.NormalizedUserName
Return type:System.String
public string NormalizedUserName { get; set; }