mirror of
https://github.com/bitwarden/mobile
synced 2025-12-05 23:53:33 +00:00
support attachment key, 100k iterations on regist.
This commit is contained in:
@@ -579,6 +579,7 @@ namespace Bit.App.Models.Page
|
||||
{
|
||||
Id = attachment.Id,
|
||||
Name = attachment.FileName?.Decrypt(cipher.OrganizationId),
|
||||
Key = attachment.Key,
|
||||
SizeName = attachment.SizeName,
|
||||
Size = attachment.Size,
|
||||
Url = attachment.Url
|
||||
@@ -670,6 +671,7 @@ namespace Bit.App.Models.Page
|
||||
{
|
||||
public string Id { get; set; }
|
||||
public string Name { get; set; }
|
||||
public CipherString Key { get; set; }
|
||||
public string SizeName { get; set; }
|
||||
public long Size { get; set; }
|
||||
public string Url { get; set; }
|
||||
|
||||
Reference in New Issue
Block a user