Class AbpLdapOptions
Inheritance
System.Object
AbpLdapOptions
Assembly: Volo.Abp.Ldap.dll
Syntax
public class AbpLdapOptions : object
Constructors
AbpLdapOptions()
Declaration
Properties
Credentials
Declaration
public LdapCredentials Credentials { get; set; }
Property Value
DomainDistinguishedName
Declaration
public string DomainDistinguishedName { get; set; }
Property Value
| Type |
Description |
| System.String |
|
DomainName
Declaration
public string DomainName { get; set; }
Property Value
| Type |
Description |
| System.String |
|
SearchBase
Declaration
public string SearchBase { 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 |
|
UseSsl
Declaration
public bool UseSsl { get; set; }
Property Value
| Type |
Description |
| System.Boolean |
|
Extension Methods