Discuss this help topic in SecureBlackbox Forum

TElSSHBaseClient.EncryptionAlgorithmClientToServer

TElSSHBaseClient     See also     


Filter: C#  VB.NET  Pascal  C++  PHP  Java  


This property returns the encryption algorithm accepted during SSH handshake.

Declaration

[C#]
    short EncryptionAlgorithmClientToServer;

[VB.NET]
    Property EncryptionAlgorithmClientToServer As Short

[Pascal]
    property EncryptionAlgorithmClientToServer : TSSHEncryptionAlgorithm;

[C++]
    uint8_t get_EncryptionAlgorithmClientToServer();

[PHP]
    integer get_EncryptionAlgorithmClientToServer()

[Java]
    short getEncryptionAlgorithmClientToServer();

Values

Description

This property specifies the encryption algorithm in the Client->Server direction.

See also:     EncryptionAlgorithms     EncryptionAlgorithmServerToClient    

Discuss this help topic in SecureBlackbox Forum