Discuss this help topic in SecureBlackbox Forum
This method creates the instance of TElSSHMemoryKeyStorage class
Declaration
[C#]
TElSSHMemoryKeyStorage(Component AOwner);
TElSSHMemoryKeyStorage();
[VB.NET]
Sub New(ByVal AOwner As Component)
Sub New()
[Pascal]
constructor Create;
constructor Create(AOwner : TComponent);
[Java]
public TElSSHMemoryKeyStorage();
Description
Use this method to create the
instance of TElSSHMemoryKeyStorage class. After creation the
storage is empty.
Discuss this help topic in SecureBlackbox Forum