Discuss this help topic in SecureBlackbox Forum

TElSimpleSSHClient.EncryptionAlgorithmServerToClient

TElSimpleSSHClient     See also     


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


This property returns encryption algorithm which was 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 accepted encryption algorithm for Server->Client direction.

See also:     EncryptionAlgorithms     EncryptionAlgorithmClientToServer    

Discuss this help topic in SecureBlackbox Forum