EldoS
Navigation
Web site
Support
Table Of Contents

Filter: C#  VB.NET  Pascal  ActiveX  DLL 


TElSSHKey.Copy

TElSSHKey    


 

This method copies the contents of the key to other instance of TElSSHKey

 
 

Declaration

[C#]
    void Copy(ref TElSSHKey Dest);

[VB.NET]
    Sub Copy(ByRef Dest As TElSSHKey)

[Pascal]
    procedure Copy(var Dest : TElSSHKey);

[VB6]
    Sub CopyTo(Dest As IElSSHKeyX)

[ActiveX]
    HRESULT _stdcall CopyTo([in] IElSSHKeyX * Dest);

[DLL]
    not implemented;
 
 

Parameters

  • Dest - instance of class where the key should be copied to
 
 

Description

    Use this method to copy key information to another TElSSHKey class instance. If passed parameter is nil (null, Nothing) then the new instance of TElSSHKey class is created.

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