EldoS
Navigation
Web site
Support
Table Of Contents

Filter: C#  VB.NET  Pascal  ActiveX  DLL 


TElPublicKeyMaterial.SavePublic

TElPublicKeyMaterial     See also    


 

Saves public part of the key

 
 

Declaration

[C#]
    virtual void SavePublic(ref byte[] Buffer, int Index, ref int Size);
    virtual void SavePublic(System.IO.Stream Stream);

[VB.NET]
    Overridable Sub SavePublic(ByRef Buffer As Byte(), ByVal Index As Integer, ByRef Size As Integer)
    Overridable Sub SavePublic(ByVal Stream As System.IO.Stream)

[Pascal]
    procedure SavePublic(Buffer: pointer; var Size: integer); virtual;
    procedure SavePublic(Stream : TStream); virtual;

[VB6]
    not implemented;

[ActiveX]
    not implemented;

[DLL]
    not implemented
 
 

Parameters

  • Buffer - The buffer where key material should be saved
  • Index - Start offset of the key material in buffer
  • Size - The length of the buffer where to save the key material. When the method returns, Size parameter contains the number of bytes actually written, or, if the buffer was too small, the size of the buffer enough to hold the data.
  • Stream - The stream to which the key is written.
 
 

Description

    Use this method to save public part of the key.

 
 

See also:     Load     LoadPublic     LoadSecret     Save     SaveSecret     PublicKey     SecretKey    

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