Discuss this help topic in SecureBlackbox Forum

TElCustomCertStorage Constructor

TElCustomCertStorage     See also     


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


Creates an instance of TElCustomCertStorage class and returns a reference to newly created instance.

Declaration

[C#]
    TElCustomCertStorage(Component Owner);
    TElCustomCertStorage();

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

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

[C++]
    not available

[PHP]
    not available

[Java]
    public TElCustomCertStorage(TObject Owner);
    public TElCustomCertStorage();

Description

    Do not use this method to create new instance of TElCustomCertStorage class. Use the derived classes TElWinCertStorage, TElMemoryCertStorage and TElFileCertStorage.

See also:     Destructor    

Discuss this help topic in SecureBlackbox Forum