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