Client - SetEncryptionAlgs[C] __cdecl FlowSshC_Client_SetEncryptionAlgs
[C++] [Client] void SetEncryptionAlgs(EncryptionAlgs const& algs); [C#] [Client] public void SetEncryptionAlgs(EncryptionAlgs algs); Parameters
Remarks SetEncryptionAlgs allows you to enable and prioritize or disable various encryption algorithms for the session. Calling SetEncryptionAlgs has no effect on active clients past the initial key exchange. By default, all encryption algorithms are enabled except "none". 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. |