Table of Contents

Method AddKexAlgorithms

Namespace
Tamir.SharpSsh
Assembly
SLSSH.dll

AddKexAlgorithms(string)

Adds the specified key exchange algorithm.

public virtual void AddKexAlgorithms(string kexAlgorithms)

Parameters

kexAlgorithms string

The hey exchange algorithm to add.

Exceptions

ArgumentNullException

kexAlgorithms is null.