| Dart.PowerTCP.Ssh Namespace > Connection Class : Client2ServerCiphers Property |
The currently used ciphers for the client to server direction, in order of preference.
[Visual Basic]
Public Property Client2ServerCiphers As String()[C#]
public string[] Client2ServerCiphers {get; set;}[C++]
public: __property string*[]* get_Client2ServerCiphers();
public: __property void set_Client2ServerCiphers(
string*[]* value
);[C++/CLI]
public:
property array<String^>^ Client2ServerCiphers {
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.