Renci.SshNet.Messages.Transport.IKeyExchangedAllowed
Indicates that message that implement this interface is allowed during key exchange phase
namespace Renci.SshNet.Messages.Transport
{
public interface IKeyExchangedAllowed
{
}
}