'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();
}