Discuss this help topic in SecureBlackbox Forum
Contains the list of message headers names which must be included into digest.
Declaration
[C#/Java]
TElStringList HeaderFields
[VB.NET]
Property HeaderFields As TElStringList
[Pascal]
property HeaderFields: TStrings;
[C++]
TStringList* get_HeaderFields();
void set_HeaderFields(TStringList &Value);
void set_HeaderFields(TStringList *Value);
[PHP]
TStringList get_HeaderFields()
void set_HeaderFields(TStringList $Value)
Description
If this property contains one or several message headers names they will be
included into digest exactly in the same order as they are listed.
Discuss this help topic in SecureBlackbox Forum