Discuss this help topic in SecureBlackbox Forum

TElPGPCustomSecretKey.AssignTo

TElPGPCustomSecretKey     See also     


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


Copies data to another instance of TElPGPCustomSecretKey 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 secret key to copy contents to

Description

    Use this method to copy contents from current secret key to one.

See also:     Assign    

Discuss this help topic in SecureBlackbox Forum