Table of Contents

Class NewKeysMessage

Namespace
Renci.SshNet.Messages.Transport
Assembly
Renci.SshNet.dll

Represents SSH_MSG_NEWKEYS message.

public class NewKeysMessage : Message, IKeyExchangedAllowed
Inheritance
NewKeysMessage
Implements
Inherited Members

Constructors

NewKeysMessage()

public NewKeysMessage()

Properties

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()