Discuss this help topic in SecureBlackbox Forum

TElPGPEncryptingStream.Keyring

TElPGPEncryptingStream     See also     


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


Contains all keys that will be used for encryption.

Declaration

[C#]
    TElPGPKeyring Keyring;

[VB.NET]
    Property Keyring As TElPGPKeyring

[Pascal]
    property Keyring : TElPGPKeyring;

[C++]
    TElPGPKeyring* get_Keyring();
    void set_Keyring(TElPGPKeyring &Value);
    void set_Keyring(TElPGPKeyring *Value);

[PHP]
    TElPGPKeyring get_Keyring()
    void set_Keyring(TElPGPKeyring $Value)

[Java]
    TElPGPKeyring getKeyring();
    void setKeyring(TElPGPKeyring Value);

Description

    Use this property to get or set keyring, all keys which from will be used for encryption.
    Use Passphrases property to access passwords that will be used for encryption.

See also:     Passphrases    

Discuss this help topic in SecureBlackbox Forum