PowerTCP SSH and SFTP for .NET
AvailableCiphers Property




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