Show / Hide Table of Contents

Class LdapSettingNames

Inheritance
object
LdapSettingNames
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Volo.Abp.Ldap
Assembly: Volo.Abp.Ldap.Abstractions.dll
Syntax
public static class LdapSettingNames

Fields

BaseDc

Declaration
public const string BaseDc = "Abp.Ldap.BaseDc"
Field Value
Type Description
string

Domain

Declaration
public const string Domain = "Abp.Ldap.Domain"
Field Value
Type Description
string

Ldaps

Declaration
public const string Ldaps = "Abp.Ldap.Ldaps"
Field Value
Type Description
string

Password

Declaration
public const string Password = "Abp.Ldap.Password"
Field Value
Type Description
string

ServerHost

Declaration
public const string ServerHost = "Abp.Ldap.ServerHost"
Field Value
Type Description
string

ServerPort

Declaration
public const string ServerPort = "Abp.Ldap.ServerPort"
Field Value
Type Description
string

UserName

Declaration
public const string UserName = "Abp.Ldap.UserName"
Field Value
Type Description
string
In this article
Back to top Powered by ABP.IO Platform