Discuss this help topic in SecureBlackbox Forum

TElPGPPublicSubkey.AssignTo

TElPGPPublicSubkey     See also     


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


Copies data to another instance of TElPGPPublicSubkey 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 - TElPGPPublicSubkey instance to which the data is copied.

Description

    Use this method to copy contents of the object to another public subkey.

See also:     Assign    

Discuss this help topic in SecureBlackbox Forum