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