Table of Contents

Class AuthenticationBannerEventArgs

Namespace
Renci.SshNet.Common
Assembly
Renci.SshNet.dll

Provides data for AuthenticationBanner event.

public class AuthenticationBannerEventArgs : AuthenticationEventArgs
Inheritance
AuthenticationBannerEventArgs
Inherited Members

Constructors

AuthenticationBannerEventArgs(string, string, string)

Initializes a new instance of the AuthenticationBannerEventArgs class.

public AuthenticationBannerEventArgs(string username, string message, string language)

Parameters

username string

The username.

message string

Banner message.

language string

Banner language.

Properties

BannerMessage

Gets banner message.

public string BannerMessage { get; }

Property Value

string

Language

Gets banner language.

public string Language { get; }

Property Value

string