EldoS
Navigation
Web site
Support
Table Of Contents

Filter: C#  VB.NET  Pascal  ActiveX  DLL 


TElPGPReader.OutputFile

TElPGPReader     See also    


 

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

 
 

Declaration

[C#]
    string OutputFile;

[VB.NET]
    OutputFile as String

[Pascal]
    OutputFile : string;

[VB6]
    Property OutputFile as IUnknown
    Property OutputFile as String

[ActiveX]
    HRESULT _stdcall OutputFile([out, retval] BSTR * Result);
    HRESULT _stdcall OutputFile([in] BSTR Value);

[DLL]
    not implemented;
 
 

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    

 
Contact Us | Terms of Use | Trademarks | Privacy Statement
Copyright (c) 1998-2012, EldoS Corporation