Show / Hide Table of Contents

Class IdentitySettingsDto

Inheritance
object
IdentitySettingsDto
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 IdentitySettingsDto

Constructors

IdentitySettingsDto()

Declaration
public IdentitySettingsDto()

Properties

Lockout

Declaration
public IdentityLockoutSettingsDto Lockout { get; set; }
Property Value
Type Description
IdentityLockoutSettingsDto

Password

Declaration
public IdentityPasswordSettingsDto Password { get; set; }
Property Value
Type Description
IdentityPasswordSettingsDto

SignIn

Declaration
public IdentitySignInSettingsDto SignIn { get; set; }
Property Value
Type Description
IdentitySignInSettingsDto

User

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