Discuss this help topic in SecureBlackbox Forum

TElSSHCustomKeyStorage Constructor

TElSSHCustomKeyStorage     See also     


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


This method creates an instance of TElSSHCustomKeyStorage class

Declaration

[C#]
    TElSSHCustomKeyStorage(Component AOwner);
    TElSSHCustomKeyStorage();

[VB.NET]
    Sub New(ByVal AOwner As Component)
    Sub New()

[Pascal]
    constructor Create;
    constructor Create(AOwner : TComponent);

[C++]
    not available

[PHP]
    not available

[Java]
    public TElSSHCustomKeyStorage();

Description

    Do not create the instances of TElSSHCustomKeyStorage class directly. Call the corresponding method for descendants of this class.

See also:     Destructor    

Discuss this help topic in SecureBlackbox Forum