moved the IAuthenticator into the Security.Authentication namespace

This commit is contained in:
David Sparer
2016-10-13 10:32:23 -06:00
parent fb082471fe
commit ba0a9bbe58

View File

@@ -1,6 +1,6 @@
using System.Security;
namespace mRemoteNG.Security
namespace mRemoteNG.Security.Authentication
{
public interface IAuthenticator
{