Свойство | Тип | Описание |
---|
Метод | Описание | |
---|---|---|
ADAuthenticationManager ( string connectionString ) : System |
Initialize a new LdapAuthenticationProvider
|
|
ValidateUser ( string username, string password ) : bool |
Authenticate a user against a AD server
|
public ADAuthenticationManager ( string connectionString ) : System | ||
connectionString | string | connection string with all necessary paramters:
///
|
Результат | System |
public ValidateUser ( string username, string password ) : bool | ||
username | string | username to check |
password | string | password of the user |
Результат | bool |