Renci.SshNet.Common.SshIdentificationEventArgs
Provides data for the ServerIdentificationReceived events.
namespace Renci.SshNet.Common
{
public class SshIdentificationEventArgs : EventArgs
{
public SshIdentification SshIdentification { get; }
public SshIdentificationEventArgs(SshIdentification sshIdentification);
}
}