Discuss this help topic in SecureBlackbox Forum

TElSSHClass.ObfuscationPassword

TElSSHClass     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 to encrypt the handshake when the ObfuscateHandshake is set to True.

See also:     ObfuscateHandshake    

Discuss this help topic in SecureBlackbox Forum