Exemplo n.º 1
0
 public virtual string getSessionToken(string userId)
 {
     // encrompt user id
     return(AesCrypt.encrypt(userId, cryptKey));
 }