Discuss this help topic in SecureBlackbox Forum

TElSimplePGPMIMEOptions.IgnoreHeaderSigners

TElSimplePGPMIMEOptions     See also     


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


Specifies whether to ignore senders during message signing.

Declaration

[C#]
    bool IgnoreHeaderSigners;

[VB.NET]
    Property IgnoreHeaderSigners As Boolean

[Pascal]
    property IgnoreHeaderSigners: boolean;

[C++]
    bool get_IgnoreHeaderSigners();
    void set_IgnoreHeaderSigners(bool Value);

[PHP]
    bool get_IgnoreHeaderSigners()
    void set_IgnoreHeaderSigners(bool $Value)

[Java]
    boolean getIgnoreHeaderSigners();
    void setIgnoreHeaderSigners(boolean Value);

Description

    Use this property to specify whether to ignore header fields "From" and "Sender" during message encryption. If the value is True then the message is encrypted using all keys from the keyring. If the value is False then the message is encrypted using only those keys corresponding to the fields "From" and "Sender".

See also:     IgnoreHeaderRecipients    

Discuss this help topic in SecureBlackbox Forum