Discuss this help topic in SecureBlackbox Forum
Specifies, whether to use copies of header fields.
Declaration
[C#]
bool UseCopiedFields;
[VB.NET]
Property UseCopiedFields As Boolean
[Pascal]
property UseCopiedFields : boolean;
[C++]
bool get_UseCopiedFields();
void set_UseCopiedFields(bool Value);
[PHP]
bool get_UseCopiedFields()
void set_UseCopiedFields(bool $Value)
[Java]
boolean getUseCopiedFields();
void setUseCopiedFields(boolean Value);
Description
This property specifies whether to use the 'z=' tag which contains copies of the selected header fields,
present, when the message is signed.
Discuss this help topic in SecureBlackbox Forum