Discuss this help topic in SecureBlackbox Forum

TElMessagePartHandlerPGPMime.Encrypt

TElMessagePartHandlerPGPMime     See also     


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


Specifies whether to encrypt the message.

Declaration

[C#]
    bool Encrypt;

[VB.NET]
    Property Encrypt As Boolean

[Pascal]
    property Encrypt: boolean;

[C++]
    bool get_Encrypt();
    void set_Encrypt(bool Value);

[PHP]
    bool get_Encrypt()
    void set_Encrypt(bool $Value)

[Java]
    boolean getEncrypt();
    void setEncrypt(boolean Value);

Description

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

See also:     EncryptionType     EncryptingKeys     Compress     Sign    

Discuss this help topic in SecureBlackbox Forum