mirror of
https://github.com/kl3mta3/SPHERE.git
synced 2026-01-05 21:21:04 -06:00
8 lines
124 B
C#
8 lines
124 B
C#
namespace SharedLibraries
|
|
{
|
|
public interface IKeyProvider
|
|
{
|
|
string GetPrivateKey(string nodeId);
|
|
}
|
|
}
|