Discuss this help topic in SecureBlackbox Forum
Creates new instance of TElSSHPublicKeyClient class
Declaration
[C#]
TElSSHPublicKeyClient(Component AOwner);
TElSSHPublicKeyClient();
[VB.NET]
Sub New(ByVal AOwner As Component)
Sub New()
[Pascal]
constructor Create(AOwner: TComponent);
[Java]
public TElSSHPublicKeyClient();
Description
This method creates the
instance of TElSSHPublicKeyClient class.
Discuss this help topic in SecureBlackbox Forum