mirror of
https://github.com/bitwarden/mobile
synced 2025-12-14 15:23:35 +00:00
Cherry-picked [PM-115] Cipher key encryption update (#2421)
This commit is contained in:
@@ -16,7 +16,7 @@ namespace Bit.Core.Models.Domain
|
||||
|
||||
public SecureNoteType Type { get; set; }
|
||||
|
||||
public Task<SecureNoteView> DecryptAsync(string orgId)
|
||||
public Task<SecureNoteView> DecryptAsync(string orgId, SymmetricCryptoKey key = null)
|
||||
{
|
||||
return Task.FromResult(new SecureNoteView(this));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user