Esempio n. 1
0
 public Client(Connection authConnection, ShortGuid clientId)
 {
     this.AuthConnection = authConnection;
     this.clientId       = clientId;
     this.EncryptionKey  = EncryptionManager.generateEncKey();
     atZone = atZone.undefined;
 }
Esempio n. 2
0
 public void setAtZone(atZone atZone)
 {
     this.atZone = atZone;
 }