vault unlocking WIP

This commit is contained in:
TheXamlGuy
2024-05-03 19:33:32 +01:00
parent b17be4b0b8
commit e8b9eb7ae5
17 changed files with 102 additions and 43 deletions
+1 -1
View File
@@ -2,5 +2,5 @@
public interface IVaultStorage
{
Task<bool> CreateAsync(string name, VaultKey key);
Task<bool> Create(string name, VaultKey key);
}