Discuss this help topic in SecureBlackbox Forum

TElSimpleSMIMEOptions.SignRootHeader

TElSimpleSMIMEOptions     See also     


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


Specifies whether to sign the root header of the message.

Declaration

[C#]
    bool SignRootHeader;

[VB.NET]
    Property SignRootHeader As Boolean

[Pascal]
    property SignRootHeader: boolean;

[C++]
    bool get_SignRootHeader();
    void set_SignRootHeader(bool Value);

[PHP]
    bool get_SignRootHeader()
    void set_SignRootHeader(bool $Value)

[Java]
    boolean getSignRootHeader();
    void setSignRootHeader(boolean Value);

Description

    Use this property to specify whether to sign the root header of the message.

See also:     EncoderSignRootHeader    

Discuss this help topic in SecureBlackbox Forum