See Also

Connection Class  | Connection Members

Requirements

Platforms: Windows 98, Windows NT 4.0, Windows ME, Windows 2000, Windows XP, Windows Server 2003, Windows Vista

Language

Visual Basic

C#

C++

C++/CLI

Show All

See Also Languages PowerTCP SSH and SFTP for .NET

Client2ServerCiphers Property

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

Requirements

Platforms: Windows 98, Windows NT 4.0, Windows ME, Windows 2000, Windows XP, Windows Server 2003, Windows Vista

See Also

Connection Class  | Connection Members


Send comments on this topic.

Documentation version 1.0.0.0.

© 2008 Dart Communications.  All rights reserved.