Class AbpLdapOptions
Inheritance
System.Object
AbpLdapOptions
Assembly: Volo.Abp.Ldap.dll
Syntax
public class AbpLdapOptions : object
Properties
BaseDc
Declaration
public string BaseDc { get; set; }
Property Value
Type |
Description |
System.String |
|
Password
Declaration
public string Password { get; set; }
Property Value
Type |
Description |
System.String |
|
ServerHost
Declaration
public string ServerHost { get; set; }
Property Value
Type |
Description |
System.String |
|
ServerPort
Declaration
public int ServerPort { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
UserName
Declaration
public string UserName { get; set; }
Property Value
Type |
Description |
System.String |
|
Extension Methods