Discuss this help topic in SecureBlackbox Forum
Specifies whether to sign root header of the message.
Declaration
[C#/Java]
bool EncoderSignRootHeader;
[VB.NET]
Property EncoderSignRootHeader As Boolean
[Pascal]
property EncoderSignRootHeader: Boolean;
[C++]
bool get_EncoderSignRootHeader();
void set_EncoderSignRootHeader(bool Value);
[PHP]
bool get_EncoderSignRootHeader()
void set_EncoderSignRootHeader(bool $Value)
Description
Use this property to specify whether to sign root header of the message.
Discuss this help topic in SecureBlackbox Forum