PowerTCP SSH and SFTP for .NET
AvailableKeyExchangeAlgorithms Property




Returns a list of supported key exchange algorithms.
Syntax
'Declaration
 
<ObsoleteAttribute("Use KeyExchangeAlgorithms instead")>
Public Shared ReadOnly Property AvailableKeyExchangeAlgorithms As String()
'Usage
 
Dim value() As String
 
value = Connection.AvailableKeyExchangeAlgorithms
[Obsolete("Use KeyExchangeAlgorithms instead")]
public static string[] AvailableKeyExchangeAlgorithms {get;}
[Obsolete("Use KeyExchangeAlgorithms instead")]
public: __property static string*[]* get_AvailableKeyExchangeAlgorithms();
[Obsolete("Use KeyExchangeAlgorithms instead")]
public:
static property array<String^>^ AvailableKeyExchangeAlgorithms {
   array<String^>^ get();
}
See Also

Reference

Connection Class
Connection Members


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