Discuss this help topic in SecureBlackbox Forum

TElSimplePGPMIMEMessage.EncryptingKeys

TElSimplePGPMIMEMessage     See also     


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


Specifies a keyring which must be used for message encryption.

Declaration

[C#]
    TElPGPKeyring EncryptingKeys;

[VB.NET]
    Property EncryptingKeys As TElPGPKeyring

[Pascal]
    property EncryptingKeys: TElPGPKeyring;

[C++]
    TElPGPKeyring* get_EncryptingKeys();
    void set_EncryptingKeys(TElPGPKeyring &Value);
    void set_EncryptingKeys(TElPGPKeyring *Value);

[PHP]
    TElPGPKeyring get_EncryptingKeys()
    void set_EncryptingKeys(TElPGPKeyring $Value)

[Java]
    TElPGPKeyring getEncryptingKeys();
    void setEncryptingKeys(TElPGPKeyring Value);

Description

    Use this property to get or set the keyring for message encryption.

See also:     SigningKeys     TElPGPKeyring    

Discuss this help topic in SecureBlackbox Forum