EldoS
Navigation
Web site
Support
Table Of Contents
View Table Of Contents | Send comments on this topic

Filter: C#  VB.NET  Pascal  ActiveX  DLL 


ElCustomCertStorage.ExportTo

ElCustomCertStorage     See also    


 

Exports the contents of the storage to another storage

 
 

Declaration

[C#]
    void ExportTo(ElCustomCertStorage Storage);

[VB.NET]
    Sub ExportTo(ByVal Storage As ElCustomCertStorage)

[Pascal]
    procedure ExportTo(Storage : TElCustomCertStorage);

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

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

[DLL]
    not applicable;
 
 

Parameters

  • Storage - Destination storage
 
 

Description

    Use this method in derived classes to export the current content of certificate storage object to another certificate storage object. Note, that when copying the certificates from Windows certificate storage, certain security restrictions apply and private keys can be skipped when copying certificates.

 
 

See also:     Add     Remove    

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