Example #1
0
 public Authentication(ElmcityUtils.Authentication.Mode mode, ElmcityUtils.Authentication.TrustedTable trusted_table, ElmcityUtils.Authentication.TrustedField trusted_field, ElmcityUtils.Authentication.CookieName cookie_name)
 {
     this.mode = mode;
     this.trusted_field = trusted_field;
     this.trusted_table = trusted_table;
     this.cookie_name = cookie_name;
 }
Example #2
0
 public Authentication(ElmcityUtils.Authentication.Mode mode, ElmcityUtils.Authentication.TrustedTable trusted_table, ElmcityUtils.Authentication.TrustedField trusted_field, ElmcityUtils.Authentication.CookieName cookie_name)
 {
     this.mode          = mode;
     this.trusted_field = trusted_field;
     this.trusted_table = trusted_table;
     this.cookie_name   = cookie_name;
 }