Client - SetKeyExchangeAlgs[C] __cdecl FlowSshC_Client_SetKeyExchangeAlgs
[C++] [Client] void SetKeyExchangeAlgs(KeyExchangeAlgs const& algs); [C#] [Client] public void SetKeyExchangeAlgs(KeyExchangeAlgs algs); Parameters
Remarks SetKeyExchangeAlgs allows you to enable and prioritize or disable various Diffie Hellman key exchange algorithms for the session. Calling SetKeyExchangeAlgs has no effect on active clients past the initial key exchange. By default, all supported DH key exchange algorithms are enabled. You will normally not need to alter this option. If you do, it should be only for a clear reason. [C/Net] Passing a NULL/null algs parameter will load default values. |