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