EldoS
Navigation
Web site
Support
Table Of Contents

Filter: C#  VB.NET  Pascal  ActiveX  DLL 


TElCustomCertStorage.ExportTo

TElCustomCertStorage     See also    


 

Exports the contents of the storage to another storage

 
 

Declaration

[C#]
    void ExportTo(TElCustomCertStorage Storage);

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

[Pascal]
    procedure ExportTo(Storage : TElCustomCertStorage);

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

[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-2012, EldoS Corporation