Show / Hide Table of Contents

Class IdentitySignInSettingsDto

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

Constructors

IdentitySignInSettingsDto()

Declaration
public IdentitySignInSettingsDto()

Properties

EnablePhoneNumberConfirmation

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

RequireConfirmedEmail

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

RequireConfirmedPhoneNumber

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