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 used to encrypt the handshake when ObfuscateHandshake is True.
Discuss this help topic in SecureBlackbox Forum