Discuss this help topic in SecureBlackbox Forum
Contains the list of passwords which are be used for data encryption.
Declaration
[C#]
TElStringList Passphrases;
[VB.NET]
Property Passphrases As TElStringList
[Pascal]
property Passphrases : TStringList;
[C++]
TElStringList* get_Passphrases();
void set_Passphrases(TElStringList &Value);
void set_Passphrases(TElStringList *Value);
[PHP]
TElStringList get_Passphrases()
void set_Passphrases(TElStringList $Value)
[Java]
TElStringList getPassphrases();
void setPassphrases(TElStringList Value);
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".
Discuss this help topic in SecureBlackbox Forum