mirror of
https://github.com/mRemoteNG/mRemoteNG.git
synced 2026-02-17 14:07:46 +08:00
removed unused code
This commit is contained in:
@@ -1,9 +0,0 @@
|
||||
using System.Security;
|
||||
|
||||
namespace mRemoteNG.Security
|
||||
{
|
||||
public interface IHasKey
|
||||
{
|
||||
SecureString Key { get; set; }
|
||||
}
|
||||
}
|
||||
@@ -231,7 +231,6 @@
|
||||
<Compile Include="Security\Factories\CryptoProviderFactoryFromSettings.cs" />
|
||||
<Compile Include="Security\Factories\LegacyInsecureCryptoProviderFactory.cs" />
|
||||
<Compile Include="Security\ICryptoProviderFactory.cs" />
|
||||
<Compile Include="Security\IHasKey.cs" />
|
||||
<Compile Include="Security\IKeyProvider.cs" />
|
||||
<Compile Include="Security\RandomGenerator.cs" />
|
||||
<Compile Include="Tools\CustomCollections\IFullyNotifiableList.cs" />
|
||||
|
||||
Reference in New Issue
Block a user