Renci.SshNet.Common.AuthenticationBannerEventArgs
Provides data for AuthenticationBanner event.
namespace Renci.SshNet.Common
{
public class AuthenticationBannerEventArgs : AuthenticationEventArgs
{
public string BannerMessage { get; }
public string Language { get; }
public AuthenticationBannerEventArgs(string username, string message, string language);
}
}