Discuss this help topic in SecureBlackbox Forum

TElPGPWriter.Passphrases

TElPGPWriter     See also     


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


This read-only property contains the list of passwords which must be used for data 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 used for data encryption. The passwords are only used when EncryptionType is set to "etPassphrase" or "etBoth".

See also:     EncryptionType     Protection    

Discuss this help topic in SecureBlackbox Forum