Discuss this help topic in SecureBlackbox Forum

TElSSHPublicKeyServer Constructor

TElSSHPublicKeyServer     


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


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

[C++]
    not available

[PHP]
    not available

[Java]
    public TElSSHPublicKeyServer();

Description

    This method creates the instance of TElSSHPublicKeyServer class.

Discuss this help topic in SecureBlackbox Forum