We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 071a8d5 commit bb3beebCopy full SHA for bb3beeb
src/Renci.SshNet/Security/KeyExchange.cs
@@ -63,7 +63,10 @@ public byte[] ExchangeHash
63
/// </summary>
64
public event EventHandler<HostKeyEventArgs> HostKeyReceived;
65
66
- private protected KeyExchange()
+ /// <summary>
67
+ /// Initializes a new instance of the <see cref="KeyExchange"/> class.
68
+ /// </summary>
69
+ protected KeyExchange()
70
{
71
_logger = SshNetLoggingConfiguration.LoggerFactory.CreateLogger(GetType());
72
}
0 commit comments