Discuss this help topic in SecureBlackbox Forum

TElSSHBaseClient.EncryptionAlgorithmServerToClient

TElSSHBaseClient     See also     


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


Returns the encryption algorithm accepted during SSH handshake.

Declaration

[C#]
    short EncryptionAlgorithmServerToClient;

[VB.NET]
    Property EncryptionAlgorithmServerToClient As Short

[Pascal]
    property EncryptionAlgorithmServerToClient : TSSHEncryptionAlgorithm;

[C++]
    uint8_t get_EncryptionAlgorithmServerToClient();

[PHP]
    integer get_EncryptionAlgorithmServerToClient()

[Java]
    short getEncryptionAlgorithmServerToClient();

Values

Description

This property returns the encryption algorithm accepted during the handshake for the Server->Client communication.

See also:     EncryptionAlgorithms     EncryptionAlgorithmClientToServer    

Discuss this help topic in SecureBlackbox Forum