Discuss this help topic in SecureBlackbox Forum

TElPGPSecretKey.AssignTo

TElPGPSecretKey     See also     


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


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

Declaration

[C#]
    void AssignTo(TElPGPCustomSecretKey Dest);

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

[Pascal]
    procedure AssignTo(Dest : TPersistent);

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

[PHP]
    void AssignTo(TPersistent $Dest)

[Java]
    void assignTo(TElPGPCustomSecretKey Dest);

Parameters

  • Dest - the object to copy the data to.

Description

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

See also:     Assign     AssignFromX509    

Discuss this help topic in SecureBlackbox Forum