Property | Type | Description |
---|
Method | Description | |
---|---|---|
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:
///
|
return | System |
public ValidateUser ( string username, string password ) : bool | ||
username | string | username to check |
password | string | password of the user |
return | bool |