mirror of
https://github.com/KeyKeeperApp/KeyKeeper.git
synced 2026-04-17 18:16:28 +03:00
add Lock and Unlock methods to IPassStore
This commit is contained in:
@@ -1,7 +1,13 @@
|
||||
using KeyKeeper.PasswordStore.Crypto;
|
||||
|
||||
namespace KeyKeeper.PasswordStore;
|
||||
|
||||
public interface IPassStore
|
||||
{
|
||||
bool Locked { get; }
|
||||
|
||||
IPassStoreDirectory GetRootDirectory();
|
||||
int GetTotalEntryCount();
|
||||
void Unlock(CompositeKey key);
|
||||
void Lock();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user