Discuss this help topic in SecureBlackbox Forum

TElOTPUser.SaveToStream

TElOTPUser     See also     


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


Saves user data to the stream.

Declaration

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

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

[Pascal]
    procedure SaveToStream(Stream: TStream);

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

[PHP]
    void SaveToStream(TStream $Stream)

[Java]
    void saveToStream(TElStream Stream);

Parameters

  • Stream - the stream where the data should be stored.

Description

    Call this method to save user data to the stream. The information is saved to the stream in XML form.

See also:     LoadFromStream    

Discuss this help topic in SecureBlackbox Forum