Files
Walleby/Bitvault/IVaultStorage.cs
T
TheXamlGuy 81f266d8c4 wip
2024-04-30 20:46:47 +01:00

6 lines
102 B
C#

namespace Bitvault;
public interface IVaultStorage
{
bool Create(string name, VaultKey key);
}