Discuss this help topic in SecureBlackbox Forum

TElPGPEncryptingStream.Passphrases

TElPGPEncryptingStream     See also     


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


This property contains all passwords that will be used for encryption.

Declaration

[C#]
    TElStringList Passphrases;

[VB.NET]
    Property Passphrases As TElStringList

[Pascal]
    property Passphrases : TStringList;

[C++]
    TStringList* get_Passphrases();

[PHP]
    TStringList get_Passphrases()

[Java]
    TElStringList getPassphrases();

Description

    Use this property to get or set passwords that will be used for encryption.
    Use Keyring property to define the set of keys that will be used for encryption.

See also:     Keyring    

Discuss this help topic in SecureBlackbox Forum