Exemplo n.º 1
0
 public long GetLong(ISFSObject data, string key)
 {
     if (receiveEncrypted)
     {
         return(provider.DecryptLong(data.GetByteArray(key)));
     }
     else
     {
         return(data.GetLong(key));
     }
 }