PowerTCP SSH and SFTP for .NET
AvailableServerHostKeyAlgorithms Property




Returns a list of supported server host key algorithms.
Syntax
'Declaration
 
<ObsoleteAttribute("Use ServerHostKeyAlgorithms instead")>
Public Shared ReadOnly Property AvailableServerHostKeyAlgorithms As String()
'Usage
 
Dim value() As String
 
value = Connection.AvailableServerHostKeyAlgorithms
[Obsolete("Use ServerHostKeyAlgorithms instead")]
public static string[] AvailableServerHostKeyAlgorithms {get;}
[Obsolete("Use ServerHostKeyAlgorithms instead")]
public: __property static string*[]* get_AvailableServerHostKeyAlgorithms();
[Obsolete("Use ServerHostKeyAlgorithms instead")]
public:
static property array<String^>^ AvailableServerHostKeyAlgorithms {
   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