Discuss this help topic in SecureBlackbox Forum
Specifies whether all messages must be signed.
Declaration
[VB.NET]
Property ForceSign As Boolean
[Pascal]
property ForceSign : boolean;
[C++]
bool get_ForceSign();
void set_ForceSign(bool Value);
[PHP]
bool get_ForceSign()
void set_ForceSign(bool $Value)
[Java]
boolean getForceSign();
void setForceSign(boolean Value);
Description
Set this property to true to force the component to attach signatures to all messages.
The default value if false.
Discuss this help topic in SecureBlackbox Forum