| Dart.PowerTCP.Ssh Namespace > Connection Class : Server2ClientCiphers Property |
The currently used ciphers for the server to client direction, in order of preference.
[Visual Basic]
Public Property Server2ClientCiphers As String()[C#]
public string[] Server2ClientCiphers {get; set;}[C++]
public: __property string*[]* get_Server2ClientCiphers();
public: __property void set_Server2ClientCiphers(
string*[]* value
);[C++/CLI]
public:
property array<String^>^ Server2ClientCiphers {
array<String^>^ get();
void set (String^array<value>^ value);
}Platforms: Windows 98, Windows NT 4.0, Windows ME, Windows 2000, Windows XP, Windows Server 2003, Windows Vista
Connection Class | Connection Members
Send comments on this topic.
Documentation version 1.0.0.0.
© 2008 Dart Communications. All rights reserved.