mirror of
https://github.com/bitwarden/mobile
synced 2025-12-15 15:53:44 +00:00
set private key on login
This commit is contained in:
@@ -9,7 +9,7 @@ namespace Bit.App.Abstractions
|
||||
CryptoKey Key { get; set; }
|
||||
CryptoKey PreviousKey { get; }
|
||||
bool KeyChanged { get; }
|
||||
byte[] PrivateKey { get; set; }
|
||||
byte[] PrivateKey { get; }
|
||||
IDictionary<Guid, CryptoKey> OrgKeys { get; set; }
|
||||
|
||||
void SetPrivateKey(CipherString privateKeyEnc, CryptoKey key);
|
||||
|
||||
Reference in New Issue
Block a user