Discuss this help topic in SecureBlackbox Forum

TElPGPReader.OutputFile

TElPGPReader     See also     


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


Specifies the file where the decrypted data is to be written.

Declaration

[C#]
    string OutputFile;

[VB.NET]
    Property OutputFile As String

[Pascal]
    property OutputFile : string;

[C++]
    void get_OutputFile(std::string &OutResult);
    void set_OutputFile(const std::string &Value);

[PHP]
    string get_OutputFile()
    void set_OutputFile(string $Value)

[Java]
    TSBString getOutputFile();
    void setOutputFile(TSBString Value);

Description

    Use this property to specify the name of the file for decrypted data. If this property value has zero length TElPGPReader will fire OnRequestOutputFile event and try to get an output file name through it. If the length is not zero, the event will not be fired.

See also:     OnRequestOutputFile     OutputStream     DecryptingKeys     KeyPassphrase     Passphrase     VerifyingKeys    

Discuss this help topic in SecureBlackbox Forum