mirror of
https://github.com/mRemoteNG/mRemoteNG.git
synced 2026-02-25 04:13:24 +08:00
7 lines
130 B
C#
7 lines
130 B
C#
namespace mRemoteNG.Security
|
|
{
|
|
public interface ICryptoProviderFactory
|
|
{
|
|
ICryptographyProvider Build();
|
|
}
|
|
} |