encyption wip
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
namespace Bitvault
|
||||
{
|
||||
public interface IVaultConnectionPersistence
|
||||
{
|
||||
void Dispose();
|
||||
string? Get(string key);
|
||||
void Set(string key, string connection);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user