Example #1
0
 //--- Constructors ---
 public LdapClient(LdapAuthenticationService.LdapConfig config, string username, string password, ILog logger)
 {
     _config   = config;
     _log      = logger;
     _username = username;
     _password = password;
 }
Example #2
0
 //--- Constructors ---
 public LdapClient(LdapAuthenticationService.LdapConfig config, string username, string password, ILog logger) {
     _config = config;
     _log = logger;
     _username = username;
     _password = password;
 }