Discuss this help topic in SecureBlackbox Forum
Creates an instance of TElFileCertStorage class and returns a reference to newly created instance.
Declaration
[C#]
TElFileCertStorage(Component Owner);
TElFileCertStorage();
[VB.NET]
Sub New(ByVal Owner As Component)
Sub New()
[Pascal]
constructor Create;
constructor Create(AOwner : TComponent);
[Java]
public TElFileCertStorage();
public TElFileCertStorage(TObject Owner);
Description
Use this method to create new instance of TElFileCertStorage class.
Discuss this help topic in SecureBlackbox Forum