Discuss this help topic in SecureBlackbox Forum

TElPGPWriter.EncryptingKeys

TElPGPWriter     See also     


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


Specifies the keyring with keys which must be used for data 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 with keys for data encryption.

See also:     SigningKeys    

Discuss this help topic in SecureBlackbox Forum