Discuss this help topic in SecureBlackbox Forum

TElSimplePGPMIMEOptions.Passphrases

TElSimplePGPMIMEOptions     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++]
    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".

See also:     EncryptionType     Protection    

Discuss this help topic in SecureBlackbox Forum