Discuss this help topic in SecureBlackbox Forum

TElDomainKeysSigner.UseCopiedFields

TElDomainKeysSigner     See also     


Filter: C#  VB.NET  Pascal  C++  PHP  Java  


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.

See also:     Sign method    

Discuss this help topic in SecureBlackbox Forum