Class SqliteIdentityStorage.UserRow
- Namespace
- Hi.SqliteUtils
- Assembly
- HiNc.dll
public class SqliteIdentityStorage.UserRow
- Inheritance
-
SqliteIdentityStorage.UserRow
- Inherited Members
-
- Extension Methods
-
Properties
AccessFailedCount
public int AccessFailedCount { get; set; }
Property Value
- int
ConcurrencyStamp
public string ConcurrencyStamp { get; set; }
Property Value
- string
CustomData
public string CustomData { get; set; }
Property Value
- string
Email
public string Email { get; set; }
Property Value
- string
EmailConfirmed
public int EmailConfirmed { get; set; }
Property Value
- int
Id
public string Id { get; set; }
Property Value
- string
InitialPassword
public string InitialPassword { get; set; }
Property Value
- string
LockoutEnabled
public int LockoutEnabled { get; set; }
Property Value
- int
LockoutEnd
public string LockoutEnd { get; set; }
Property Value
- string
NormalizedEmail
public string NormalizedEmail { get; set; }
Property Value
- string
NormalizedUserName
public string NormalizedUserName { get; set; }
Property Value
- string
PasswordHash
public string PasswordHash { get; set; }
Property Value
- string
PhoneNumber
public string PhoneNumber { get; set; }
Property Value
- string
PhoneNumberConfirmed
public int PhoneNumberConfirmed { get; set; }
Property Value
- int
SecurityStamp
public string SecurityStamp { get; set; }
Property Value
- string
TwoFactorEnabled
public int TwoFactorEnabled { get; set; }
Property Value
- int
UserName
public string UserName { get; set; }
Property Value
- string
Methods
ToUser<TUser>()
public TUser ToUser<TUser>() where TUser : SqliteIdentityUser, new()
Returns
- TUser
Type Parameters
TUser