Discuss this help topic in SecureBlackbox Forum

TElSimplePGPMIMEOptions.SignMessage

TElSimplePGPMIMEOptions     See also     


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


Specifies whether to sign the message.

Declaration

[C#]
    bool SignMessage;

[VB.NET]
    Property SignMessage As Boolean

[Pascal]
    property SignMessage: boolean;

[C++]
    bool get_SignMessage();
    void set_SignMessage(bool Value);

[PHP]
    bool get_SignMessage()
    void set_SignMessage(bool $Value)

[Java]
    boolean getSignMessage();
    void setSignMessage(boolean Value);

Description

    Use this property to specify if the new message must be signed.

See also:     EncryptMessage    

Discuss this help topic in SecureBlackbox Forum