Discuss this help topic in SecureBlackbox Forum

TElPGPKeyring.ExportTo

TElPGPKeyring     See also     


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


Copies all keys to another keyring.

Declaration

[C#]
    void ExportTo(TElPGPKeyring Dest);

[VB.NET]
    Sub ExportTo(ByVal Dest As TElPGPKeyring)

[Pascal]
    procedure ExportTo(Dest : TElPGPKeyring);

[C++]
    void ExportTo(TElPGPKeyring &Dest);
    void ExportTo(TElPGPKeyring *Dest);

[PHP]
    void ExportTo(TElPGPKeyring $Dest)

[Java]
    void exportTo(TElPGPKeyring Dest);

Parameters

  • Dest - keyring which keys must be exported to.

Description

    Use this method copy keys from the keyring to another one. Keys are added to the keyring with all the corresponding subkeys, signatures and user-ids.
    If a key is already present in the destination keyring, then only new information (signatures, subkeys, UserID) will be added.

See also:     AddPublicKey     AddSecretKey     AddX509Certitficate    

Discuss this help topic in SecureBlackbox Forum