Discuss this help topic in SecureBlackbox Forum

TElPGPWriter.Filename

TElPGPWriter     See also     


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


Contains the name of encrypted file.

Declaration

[C#]
    string Filename;

[VB.NET]
    Property Filename As String

[Pascal]
    property Filename : string;

[C++]
    void get_Filename(std::string &OutResult);
    void set_Filename(const std::string &Value);

[PHP]
    string get_Filename()
    void set_Filename(string $Value)

[Java]
    String getFilename();
    void setFilename(String Value);

Description

    Use this property to get or set the name of encrypted file. If this property is empty or its value is _CONSOLE, it means that the file must only be displayed to the user without saving it to disk.

See also:     SymmetricKeyAlgorithm    

Discuss this help topic in SecureBlackbox Forum