Discuss this help topic in SecureBlackbox Forum
Specifies whether to sign the message.
Declaration
[VB.NET]
Property SignMessage As Boolean
[Pascal]
property SignMessage: boolean;
[C++]
bool get_SignMessage();
void set_SignMessage(bool Value);
[PHP]
bool get_SignMessage()
void set_SignMessage(bool $Value)
[Java]
boolean getSignMessage();
void setSignMessage(boolean Value);
Description
Use this property to specify if the message needs to be signed.
Discuss this help topic in SecureBlackbox Forum