vault unlocking WIP
This commit is contained in:
@@ -2,5 +2,5 @@
|
||||
|
||||
public interface IVaultStorage
|
||||
{
|
||||
Task<bool> CreateAsync(string name, VaultKey key);
|
||||
Task<bool> Create(string name, VaultKey key);
|
||||
}
|
||||
Reference in New Issue
Block a user