Show / Hide Table of Contents

Class IdentityProFeature

Inheritance
object
IdentityProFeature
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.Features
Assembly: Volo.Abp.Identity.Pro.Domain.Shared.dll
Syntax
public class IdentityProFeature

Constructors

IdentityProFeature()

Declaration
public IdentityProFeature()

Fields

EnableLdapLogin

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

EnableOAuthLogin

Declaration
public const string EnableOAuthLogin = "Identity.EnableOAuthLogin"
Field Value
Type Description
string

GroupName

Declaration
public const string GroupName = "Identity"
Field Value
Type Description
string

MaxUserCount

Declaration
public const string MaxUserCount = "Identity.MaxUserCount"
Field Value
Type Description
string

TwoFactor

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