Class IdentitySettingsDto
Inheritance
IdentitySettingsDto
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
Password
Declaration
public IdentityPasswordSettingsDto Password { get; set; }
Property Value
SignIn
Declaration
public IdentitySignInSettingsDto SignIn { get; set; }
Property Value
User
Declaration
public IdentityUserSettingsDto User { get; set; }
Property Value
Extension Methods