PowerTCP SSH and SFTP for .NET
KeyExchangeAlgorithm Property




The key exchange (KEX) algorithm used in the latest key exchange.
Syntax
'Declaration
 
Public ReadOnly Property KeyExchangeAlgorithm As String
'Usage
 
Dim instance As ConnectionInfo
Dim value As String
 
value = instance.KeyExchangeAlgorithm
public string KeyExchangeAlgorithm {get;}
public: __property string* get_KeyExchangeAlgorithm();
public:
property String^ KeyExchangeAlgorithm {
   String^ get();
}
See Also

Reference

ConnectionInfo Class
ConnectionInfo Members


PowerTCP SSH and SFTP for .NET Documentation Version 7.0
© 2023 Dart Communications. All Rights Reserved.
Send comments on this topic