Method AddKexAlgorithms
AddKexAlgorithms(string)
Adds the specified key exchange algorithm.
public virtual void AddKexAlgorithms(string kexAlgorithms)
Parameters
kexAlgorithms
stringThe hey exchange algorithm to add.
Exceptions
- ArgumentNullException
kexAlgorithms
is null.