Discuss this help topic in SecureBlackbox Forum

TElSSHClient.ObfuscateHandshake

TElSSHClient     See also     


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


Specifies whether the handshake obfuscation should be used.

Declaration

[C#/Java]
    bool ObfuscateHandshake;

[VB.NET]
    Property ObfuscateHandshake As Boolean

[Pascal]
    property ObfuscateHandshake : boolean;

[C++]
    not available

[PHP]
    not available

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