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