IncludeHeaders Property
Tells the component whether to include the headers when encoding the message.
Syntax
property IncludeHeaders: Boolean read get_IncludeHeaders write set_IncludeHeaders;
Default Value
false
Remarks
If true, the component will include the headers when Sign, Encrypt, or SignAndEncrypt are called. If false, only the message will be encoded.
The default value for IncludeHeaders is false.