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