Make vault storages work
This commit is contained in:
@@ -4,6 +4,8 @@ namespace Bitvault
|
||||
{
|
||||
public interface IVaultFactory
|
||||
{
|
||||
IComponentHost? Create(string name, VaultConfiguration configuration);
|
||||
IComponentHost? Create(string name,
|
||||
string password,
|
||||
VaultConfiguration configuration);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user