Renci.SshNet.Common.AuthenticationEventArgs
Base class for authentication events.
namespace Renci.SshNet.Common
{
public abstract class AuthenticationEventArgs : EventArgs
{
public string Username { get; }
protected AuthenticationEventArgs(string username);
}
}