Table of Contents

Class KeyExchangeDhReplyMessage

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

Represents SSH_MSG_KEXDH_REPLY message.

public class KeyExchangeDhReplyMessage : Message
Inheritance
KeyExchangeDhReplyMessage
Inherited Members

Constructors

KeyExchangeDhReplyMessage()

public KeyExchangeDhReplyMessage()

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.

F

Gets the F value.

public byte[] F { get; }

Property Value

byte[]

HostKey

Gets server public host key and certificates.

public byte[] HostKey { get; }

Property Value

byte[]

The host key.

MessageName

public override string MessageName { get; }

Property Value

string

MessageNumber

public override byte MessageNumber { get; }

Property Value

byte

Signature

Gets the signature of H.

public byte[] Signature { get; }

Property Value

byte[]

The signature.

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