Discuss this help topic in SecureBlackbox Forum

TElPGPSignature.LoadFromStream

TElPGPSignature     See also     


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


Reads the signature from the stream.

Declaration

[C#]
    void LoadFromStream(System.IO.Stream Stream);

[VB.NET]
    Sub LoadFromStream(ByVal Stream As System.IO.Stream)

[Pascal]
    procedure LoadFromStream(Stream : TStream);

[C++]
    void LoadFromStream(TStream &Stream);
    void LoadFromStream(TStream *Stream);

[PHP]
    void LoadFromStream(TStream $Stream)

[Java]
    void loadFromStream(TElStream Stream);

Parameters

  • Stream - The stream from which the signature is loaded.

Description

    Use this method to read the signature from the stream. The read operation is started at current stream position and finished when the end of the stream is reached.

See also:     SaveToStream     SaveOnePassToStream    

Discuss this help topic in SecureBlackbox Forum