Discuss this help topic in SecureBlackbox Forum

TElSSHBaseClient.ObfuscationPassword

TElSSHBaseClient     See also     


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


Specifies the keyword used for securing the handshake.

Declaration

[C#]
    string ObfuscationPassword;

[VB.NET]
    Property ObfuscationPassword As String

[Pascal]
    property ObfuscationPassword : string;

[C++]
    void get_ObfuscationPassword(std::string &OutResult);
    void set_ObfuscationPassword(const std::string &Value);

[PHP]
    string get_ObfuscationPassword()
    void set_ObfuscationPassword(string $Value)

[Java]
    String getObfuscationPassword();
    void setObfuscationPassword(String Value);

Description

Use this property to specify the password used to encrypt the handshake when ObfuscateHandshake is True.

See also:     ObfuscateHandshake    

Discuss this help topic in SecureBlackbox Forum