Table of Contents

Class BannerMessage

Namespace
Renci.SshNet.Messages.Authentication
Assembly
Renci.SshNet.dll

Represents SSH_MSG_USERAUTH_BANNER message.

public class BannerMessage : Message
Inheritance
BannerMessage
Inherited Members

Constructors

BannerMessage()

public BannerMessage()

Properties

BufferCapacity

Gets the size of the message in bytes.

protected override int BufferCapacity { get; }

Property Value

int

The size of the messages in bytes.

Language

Gets banner language.

public string Language { get; }

Property Value

string

Message

Gets banner message.

public string Message { get; }

Property Value

string

MessageName

public override string MessageName { get; }

Property Value

string

MessageNumber

public override byte MessageNumber { get; }

Property Value

byte

Methods

LoadData()

Called when type specific data need to be loaded.

protected override void LoadData()

SaveData()

Called when type specific data need to be saved.

protected override void SaveData()