Discuss this help topic in SecureBlackbox Forum

TElKeyMaterial.Save

TElKeyMaterial     See also     


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


Saves key to stream.

Declaration

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

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

[Pascal]
    procedure Save(Stream : TStream); virtual;

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

[PHP]
    void Save(TStream $Stream)

[Java]
    void save(OutputStream Stream);

Parameters

  • Stream - stream to which the key must be saved.

Description

    Use this method when you want to save key to stream.

See also:     Generate     Load     Valid    

Discuss this help topic in SecureBlackbox Forum