Discuss this help topic in SecureBlackbox Forum

TElSSHClass.EncryptionAlgorithmServerToClient

TElSSHClass     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

    Check this property after the OnOpenConnection event was fired. This property returns the accepted encryption algorithm in the Server-to-Client direction.

See also:     EncryptionAlgorithms     EncryptionAlgorithmClientToServer    

Discuss this help topic in SecureBlackbox Forum