Discuss this help topic in SecureBlackbox Forum
Specifies whether to sign the message.
Declaration
[C#/Java]
bool SignMessage;
[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)
Description
Use this property to specify if the message needs to be signed.
Discuss this help topic in SecureBlackbox Forum