Discuss this help topic in SecureBlackbox Forum

TElPGPCustomPublicKey.Assign

TElPGPCustomPublicKey     See also     


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


Copies data from another instance of TElPGPCustomPublicKey class.

Declaration

[C#]
    void Assign(TElPGPCustomPublicKey Source);

[VB.NET]
    Sub Assign(ByVal Source As TElPGPCustomPublicKey)

[Pascal]
    procedure Assign(Source : TPersistent);

[C++]
    void Assign(TPersistent &Source);
    void Assign(TPersistent *Source);

[PHP]
    void Assign(TPersistent $Source)

[Java]
    void assign(TElPGPCustomPublicKey Source);

Parameters

  • Source - object which contents must be copied.

Description

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

See also:     AssignTo    

Discuss this help topic in SecureBlackbox Forum