EldoS
Navigation
Web site
Support
Table Of Contents

Filter: C#/Java  VB.NET  Pascal  ActiveX  DLL 


TElPublicKeyMaterial.Save

TElPublicKeyMaterial     See also    


 

Saves the key to the stream.

 
 

Declaration

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

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

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

[VB6]
    not implemented;

[ActiveX]
    not implemented;

[DLL]
    not implemented
 
 

Parameters

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

Description

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

 
 

See also:     Load     LoadPublic     LoadSecret     SaveToXML     SavePublic     SaveSecret     PublicKey     SecretKey    

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