Discuss this help topic in SecureBlackbox Forum
Specifies whether the handshake obfuscation should be used.
Declaration
[C#]
bool ObfuscateHandshake;
[VB.NET]
Property ObfuscateHandshake As Boolean
[Pascal]
property ObfuscateHandshake : boolean;
[C++]
bool get_ObfuscateHandshake();
void set_ObfuscateHandshake(bool Value);
[PHP]
bool get_ObfuscateHandshake()
void set_ObfuscateHandshake(bool $Value)
[Java]
boolean getObfuscateHandshake();
void setObfuscateHandshake(boolean Value);
Description
Set this property to
True to switch on the handshake obfuscation.
Use
ObfuscationPassword property to set the shared keyword to secure the handshake.
The default value is
False.
Discuss this help topic in SecureBlackbox Forum