Discuss this help topic in SecureBlackbox Forum

TElWinCertStorage.ExportTo

TElWinCertStorage     See also     


Filter: C#  VB.NET  Pascal  C++  PHP  Java  


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);

[C++]
    not available

[PHP]
    not available

[Java]
    not available

Parameters

  • Storage - Destination storage

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    

Discuss this help topic in SecureBlackbox Forum