Discuss this help topic in SecureBlackbox Forum
Specifies if message must be signed.
Declaration
[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)
[Java]
boolean getEncoderSigned();
void setEncoderSigned(boolean Value);
Description
Use this property to specify whether new message must be signed.
Default value is False.
Discuss this help topic in SecureBlackbox Forum