SshParameters.GetKeyExchangeAlgorithms Method
Namespace: Rebex.Net
Assembly: Rebex.Networking.dll (version 7.0.9083)
GetKeyExchangeAlgorithms()
Gets a list of allowed key exchange algorithms IDs and their order. See SetKeyExchangeAlgorithms(String[]) for more info.
Declaration
public string[] GetKeyExchangeAlgorithms()
Returns
Type | Description |
---|---|
String[] | List of key exchange algorithm IDs. |