Discuss this help topic in SecureBlackbox Forum

TElMessagePartHandlerPGPMime.Sign

TElMessagePartHandlerPGPMime     See also     


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


Specifies whether to sign the message.

Declaration

[C#]
    bool Sign;

[VB.NET]
    Property Sign As Boolean

[Pascal]
    property Sign: boolean;

[C++]
    bool get_Sign();
    void set_Sign(bool Value);

[PHP]
    bool get_Sign()
    void set_Sign(bool $Value)

[Java]
    boolean getSign();
    void setSign(boolean Value);

Description

    Use this property to specify if the new message (or message part) should be signed.

See also:     SigningKeys    

Discuss this help topic in SecureBlackbox Forum