<PackageReference Include="SSH.NET" Version="2020.0.2" />

Renci.SshNet.Common.AuthenticationEventArgs

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