Discuss this help topic in SecureBlackbox Forum
Specifies whether to sign the message.
Declaration
[VB.NET]
Property Sign As Boolean
[Pascal]
property Sign: boolean;
[C++]
bool get_Sign();
void set_Sign(bool Value);
[PHP]
bool get_Sign()
void set_Sign(bool $Value)
[Java]
boolean getSign();
void setSign(boolean Value);
Description
Use this property to specify if the new message (or message part) should be signed.
Discuss this help topic in SecureBlackbox Forum