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

Server2ClientCiphers Property

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

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.