EldoS
Navigation
Web site
Support
Table Of Contents

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


TElFileCertStorage.ExportTo

TElFileCertStorage     See also    


 

Exports the contents of the storage to another storage

 
 

Declaration

[C#/Java]
    void ExportTo(TElCustomCertStorage Storage);

[VB.NET]
    not implemented

[Pascal]
    procedure ExportTo(Storage : TElCustomCertStorage);

[VB6]
    

[ActiveX]
    HRESULT _stdcall ExportTo([in] IElCustomCertStorageX2 * Storage );

[DLL]
    __stdcall BOOL SBFileCertStorageExportTo(HANDLE hStorage, HANDLE hExportToStorage);
 
 

Parameters

  • Storage - Destination storage
  • [DLL]hStorage - handle to the TElFileCertStorage object that was returned by Constructor
  • [DLL]hExportToStorage - handle to one of the TElWinCertStorage, TElMemoryCertStorage, TElFileCertStorage object where to export all the certificates.
 
 

Description

    Use this method to export the current contents of TElFileCertStorage object to another certificate storage object, such as TElWinCertStorage, TElFileCertStorage or TElMemoryCertStorage.

 
 

See also:     Add     Remove    

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