Discuss this help topic in SecureBlackbox Forum
Specifies if message must be signed.
Declaration
[C#/Java]
bool EncoderSigned;
[VB.NET]
Property EncoderSigned As Boolean
[Pascal]
property EncoderSigned : Boolean;
[C++]
bool get_EncoderSigned();
void set_EncoderSigned(bool Value);
[PHP]
bool get_EncoderSigned()
void set_EncoderSigned(bool $Value)
Description
Use this property to specify whether new message must be signed.
Default value is False.
Discuss this help topic in SecureBlackbox Forum