Discuss this help topic in SecureBlackbox Forum

TElPGPPublicKey.AssignTo

TElPGPPublicKey     See also     


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


Copies data to another instance of TElPGPPublicKey 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 - instance of TElPGPSecretKey to which the data must be copied.

Description

    Use this method to copy the data of public key to another public key.

See also:     Assign     AssignFromX509    

Discuss this help topic in SecureBlackbox Forum