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