Discuss this help topic in SecureBlackbox Forum
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.
Discuss this help topic in SecureBlackbox Forum