diff --git a/src/Renci.SshNet/Security/KeyExchange.cs b/src/Renci.SshNet/Security/KeyExchange.cs index 1331098b0..8ae5c30a1 100644 --- a/src/Renci.SshNet/Security/KeyExchange.cs +++ b/src/Renci.SshNet/Security/KeyExchange.cs @@ -63,7 +63,10 @@ public byte[] ExchangeHash /// public event EventHandler HostKeyReceived; - private protected KeyExchange() + /// + /// Initializes a new instance of the class. + /// + protected KeyExchange() { _logger = SshNetLoggingConfiguration.LoggerFactory.CreateLogger(GetType()); }