EldoS
Navigation
Web site
Support
Table Of Contents

Filter: C#  VB.NET  Pascal  ActiveX  DLL 


TElPGPCustomSecretKey.AssignTo

TElPGPCustomSecretKey     See also    


 

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);

[VB6]
    Sub AssignTo(Key As IElPGPCustomSecretKeyX)

[ActiveX]
    HRESULT _stdcall AssignTo([in] IElPGPCustomSecretKeyX * Key);

[DLL]
    not implemented
 
 

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    

 
Contact Us | Terms of Use | Trademarks | Privacy Statement
Copyright (c) 1998-2012, EldoS Corporation