Class AuthenticationBannerEventArgs
- Namespace
- Renci.SshNet.Common
- Assembly
- Renci.SshNet.dll
Provides data for Renci.SshNet.ConnectionInfo.AuthenticationBanner event.
public class AuthenticationBannerEventArgs : AuthenticationEventArgs
Inheritance
Inherited Members
Constructors
AuthenticationBannerEventArgs(string, string, string)
Initializes a new instance of the Renci.SshNet.Common.AuthenticationBannerEventArgs class.
public AuthenticationBannerEventArgs(string username, string message, string language)
Parameters
Properties
BannerMessage
Gets banner message.
public string BannerMessage { get; }
Property Value
Language
Gets banner language.
public string Language { get; }