EldoS
Navigation
Web site
Support
Table Of Contents

Filter: C#  VB.NET  Pascal  ActiveX  DLL 


TElWinCertStorage.ExportTo

TElWinCertStorage     See also    


 

Exports the contents of the storage to another storage

 
 

Declaration

[C#]
    void ExportTo(TElCustomCertStorage Storage);

[VB.NET]
    Sub ExportTo(Storage As TElCustomCertStorage)

[Pascal]
    procedure ExportTo(Storage : TElCustomCertStorage);

[VB6]
    Sub IElCustomCertStorageX2.ExportTo(Storage As TElCustomCertStorageX)

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

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

Parameters

  • Storage - Destination storage
  • [DLL]hStorage - handle to the TElWinCertStorage 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 TElWinCertStorage 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