Discuss this help topic in SecureBlackbox Forum

TElSSHBaseClient.ObfuscateHandshake

TElSSHBaseClient     See also     


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


Specifies whether handshake obfuscation should be used.

Declaration

[C#]
    bool ObfuscateHandshake;

[VB.NET]
    Property ObfuscateHandshake As Boolean

[Pascal]
    property ObfuscateHandshake : boolean;

[C++]
    bool get_ObfuscateHandshake();
    void set_ObfuscateHandshake(bool Value);

[PHP]
    bool get_ObfuscateHandshake()
    void set_ObfuscateHandshake(bool $Value)

[Java]
    boolean getObfuscateHandshake();
    void setObfuscateHandshake(boolean Value);

Description

Set this property to True to switch on the handshake obfuscation. Use ObfuscationPassword property to set the shared keyword to secure the handshake. The default value is False.

See also:     ObfuscationPassword    

Discuss this help topic in SecureBlackbox Forum