Show / Hide Table of Contents

Class IdentityUserDto

Inheritance
object
IdentityUserDto
Implements
IMultiTenant
IHasConcurrencyStamp
Namespace: Volo.Abp.Identity
Assembly: Volo.Abp.Identity.Pro.Application.Contracts.dll
Syntax
public class IdentityUserDto : ExtensibleFullAuditedEntityDto<Guid>, IMultiTenant, IHasConcurrencyStamp

Constructors

IdentityUserDto()

Declaration
public IdentityUserDto()

Properties

AccessFailedCount

Declaration
public int AccessFailedCount { get; set; }
Property Value
Type Description
int

ConcurrencyStamp

Declaration
public string ConcurrencyStamp { get; set; }
Property Value
Type Description
string

Email

Declaration
public string Email { get; set; }
Property Value
Type Description
string

EmailConfirmed

Declaration
public bool EmailConfirmed { get; set; }
Property Value
Type Description
bool

IsActive

Declaration
public bool IsActive { get; set; }
Property Value
Type Description
bool

IsLockedOut

Declaration
public bool IsLockedOut { get; set; }
Property Value
Type Description
bool

LastPasswordChangeTime

Declaration
public DateTimeOffset? LastPasswordChangeTime { get; set; }
Property Value
Type Description
DateTimeOffset?

LockoutEnabled

Declaration
public bool LockoutEnabled { get; set; }
Property Value
Type Description
bool

LockoutEnd

Declaration
public DateTime? LockoutEnd { get; set; }
Property Value
Type Description
DateTime?

Name

Declaration
public string Name { get; set; }
Property Value
Type Description
string

PhoneNumber

Declaration
public string PhoneNumber { get; set; }
Property Value
Type Description
string

PhoneNumberConfirmed

Declaration
public bool PhoneNumberConfirmed { get; set; }
Property Value
Type Description
bool

RoleNames

Declaration
public List<string> RoleNames { get; set; }
Property Value
Type Description
List<string>

ShouldChangePasswordOnNextLogin

Declaration
public bool ShouldChangePasswordOnNextLogin { get; set; }
Property Value
Type Description
bool

SupportTwoFactor

Declaration
public bool SupportTwoFactor { get; set; }
Property Value
Type Description
bool

Surname

Declaration
public string Surname { get; set; }
Property Value
Type Description
string

TenantId

Declaration
public Guid? TenantId { get; set; }
Property Value
Type Description
Guid?

TwoFactorEnabled

Declaration
public bool TwoFactorEnabled { get; set; }
Property Value
Type Description
bool

UserName

Declaration
public string UserName { get; set; }
Property Value
Type Description
string

Implements

Volo.Abp.MultiTenancy.IMultiTenant
Volo.Abp.Domain.Entities.IHasConcurrencyStamp
In this article
Back to top Powered by Volosoft