Show / Hide Table of Contents

Class IdentityUserConfirmationStateDto

Inheritance
object
IdentityUserConfirmationStateDto
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Volo.Abp.Account
Assembly: Volo.Abp.Account.Pro.Public.Application.Contracts.dll
Syntax
public class IdentityUserConfirmationStateDto

Constructors

IdentityUserConfirmationStateDto()

Declaration
public IdentityUserConfirmationStateDto()

Properties

EmailConfirmed

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

PhoneNumberConfirmed

Declaration
public bool PhoneNumberConfirmed { get; set; }
Property Value
Type Description
bool
In this article
Back to top Powered by Volosoft