Interface ILdapManager
Namespace: Volo.Abp.Ldap
Assembly: Volo.Abp.Ldap.dll
Syntax
public interface ILdapManager
Methods
Authenticate(String, String)
Declaration
bool Authenticate(string username, string password)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | username | |
| System.String | password |
Returns
| Type | Description |
|---|---|
| System.Boolean |