Interface ILdapManager
Namespace: Volo.Abp.Ldap
Assembly: Volo.Abp.Ldap.Abstractions.dll
Syntax
public interface ILdapManager
Methods
AuthenticateAsync(string, string)
Declaration
Task<bool> AuthenticateAsync(string username, string password)
Parameters
Type | Name | Description |
---|---|---|
string | username | |
string | password |
Returns
Type | Description |
---|---|
Task<bool> |