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