Table of Contents

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

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