EldoS
Navigation
Web site
Support
Table Of Contents

Filter: C#  VB.NET  Pascal  ActiveX  DLL 


TElPGPReader.OutputStream

TElPGPReader     See also    


 

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

 
 

Declaration

[C#]
    System.IO.Stream OutputStream;

[VB.NET]
    OutputStream as System.IO.Stream

[Pascal]
    OutputStream : TStream;

[VB6]
    Property OutputStream as IUnknown
    Property OutputFile as String

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

[DLL]
    not implemented;
 
 

Description

    Use this property to specify the stream for decrypted data. If this property value is null TElPGPReader will fire OnCreateOutputStream event and try to get an output stream through it. If the value is not null, the event will not be fired.

[ActiveX]
    Note: The property expects an object which implements IStream interface.

 
 

See also:     OnCreateOutputStream     OutputFile     DecryptingKeys     KeyPassphrase     Passphrase     VerifyingKeys    

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