Discuss this help topic in SecureBlackbox Forum

TElCustomCertStorage.ExportTo

TElCustomCertStorage     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++]
    void ExportTo(TElCustomCertStorage &Storage);
    void ExportTo(TElCustomCertStorage *Storage);

[PHP]
    void ExportTo(TElCustomCertStorage $Storage)

[Java]
    void exportTo(TElCustomCertStorage Storage);

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    

Discuss this help topic in SecureBlackbox Forum