PowerTCP SSH and SFTP for .NET
AvailableMACs Property




Returns a list of supported MAC algorithms.
Syntax
'Declaration
 
<ObsoleteAttribute("Use Client2ServerMACs and/or Server2ClientMACs instead")>
Public Shared ReadOnly Property AvailableMACs As String()
'Usage
 
Dim value() As String
 
value = Connection.AvailableMACs
[Obsolete("Use Client2ServerMACs and/or Server2ClientMACs instead")]
public static string[] AvailableMACs {get;}
[Obsolete("Use Client2ServerMACs and/or Server2ClientMACs instead")]
public: __property static string*[]* get_AvailableMACs();
[Obsolete("Use Client2ServerMACs and/or Server2ClientMACs instead")]
public:
static property array<String^>^ AvailableMACs {
   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