Discuss this help topic in SecureBlackbox Forum

TElPGPReader.DecryptingKeys

TElPGPReader     See also     


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


Contains Keyring with keys that must be used for message decryption.

Declaration

[C#]
    TElPGPKeyring DecryptingKeys;

[VB.NET]
    Property DecryptingKeys As TElPGPKeyring

[Pascal]
    property DecryptingKeys : TElPGPKeyring;

[C++]
    TElPGPKeyring* get_DecryptingKeys();
    void set_DecryptingKeys(TElPGPKeyring &Value);
    void set_DecryptingKeys(TElPGPKeyring *Value);

[PHP]
    TElPGPKeyring get_DecryptingKeys()
    void set_DecryptingKeys(TElPGPKeyring $Value)

[Java]
    TElPGPKeyring getDecryptingKeys();
    void setDecryptingKeys(TElPGPKeyring Value);

Description

    Use this property to determine keyring with keys for message decryption. If any key from this keyring does not suit exception will be raised.

See also:     KeyPassphrase     OutputStream     Passphrase     VerifyingKeys    

Discuss this help topic in SecureBlackbox Forum