Discuss this help topic in SecureBlackbox Forum

TElPGPCustomPublicKey.AssignTo

TElPGPCustomPublicKey     See also     


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


Copies data to another instance of TElPGPCustomPublicKey class from the current one.

Declaration

[C#]
    void AssignTo(TElPGPCustomPublicKey Dest);

[VB.NET]
    Sub AssignTo(ByVal Dest As TElPGPCustomPublicKey)

[Pascal]
    procedure AssignTo(Dest : TPersistent);

[C++]
    void AssignTo(TPersistent &Dest);
    void AssignTo(TPersistent *Dest);

[PHP]
    void AssignTo(TPersistent $Dest)

[Java]
    void assignTo(TElPGPCustomPublicKey Dest);

Parameters

  • Dest - TElPGPCustomPublicKey (IElPGPCustomPublicKeyX) instance to which the contents must be copied.

Description

    Use this method to copy content from the current public key to another one.

See also:     Assign    

Discuss this help topic in SecureBlackbox Forum