Gets or sets supported encryption algorithms client to server.
Namespace: Renci.SshNet.Messages.TransportAssembly: Renci.SshNet (in Renci.SshNet.dll) Version: 0.1.0.0 (1.0.0.0)
public string[] EncryptionAlgorithmsClientToServer { get; set; }public string[] EncryptionAlgorithmsClientToServer { get; set; }Public Property EncryptionAlgorithmsClientToServer As String()
Get
Set
Public Property EncryptionAlgorithmsClientToServer As String()
Get
Set
public:
property array<String^>^ EncryptionAlgorithmsClientToServer {
array<String^>^ get ();
void set (array<String^>^ value);
}public:
property array<String^>^ EncryptionAlgorithmsClientToServer {
array<String^>^ get ();
void set (array<String^>^ value);
}Field Value
Supported encryption algorithms client to server.