Discuss this help topic in SecureBlackbox Forum

TElSSHServer.ObfuscationPassword

TElSSHServer     See also     


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


Specifies the keyword used for securing the handshake.

Declaration

[C#/Java]
    string ObfuscationPassword;

[VB.NET]
    Property ObfuscationPassword As String

[Pascal]
    property ObfuscationPassword : string;

[C++]
    not available

[PHP]
    not available

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