Show / Hide Table of Contents

Class AccountSettingNames

Inheritance
object
AccountSettingNames
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.Settings
Assembly: Volo.Abp.Account.Pro.Shared.Application.Contracts.dll
Syntax
public static class AccountSettingNames

Fields

EnableLocalLogin

Declaration
public const string EnableLocalLogin = "Abp.Account.EnableLocalLogin"
Field Value
Type Description
string

ExternalProviders

Declaration
public const string ExternalProviders = "Abp.Account.ExternalProviders"
Field Value
Type Description
string

IsSelfRegistrationEnabled

Declaration
public const string IsSelfRegistrationEnabled = "Abp.Account.IsSelfRegistrationEnabled"
Field Value
Type Description
string

ProfilePictureSource

Declaration
public const string ProfilePictureSource = "Abp.Account.ProfilePictureSource"
Field Value
Type Description
string
In this article
Back to top Powered by Volosoft