public LoginHandler(EncryptedCredentialsStore credentialsStore, UserRegionScanner regionScanner, UserContext context, IUserStore userStore)
 {
     this._credentialsStore = credentialsStore;
     this._regionScanner    = regionScanner;
     this._userStore        = userStore;
     this.< UserContext > k__BackingField = context;
 }
Example #2
0
 public LoginHandler(EncryptedUserSettingsStorage settingsStorage, UserRegionScanner regionScanner, IUserStore userStore)
 {
     this._settingsStorage = settingsStorage;
     this._regionScanner   = regionScanner;
     this._userStore       = userStore;
     this._context         = new LoginHandler.UserContext();
 }
 public RestrictedLocationChecker(UserRegionScanner regionScanner)
 {
     this._regionScanner = regionScanner;
 }