Discuss this help topic in SecureBlackbox Forum

TElMemoryCertStorage Constructor

TElMemoryCertStorage     See also     


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


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

Declaration

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

[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 TElMemoryCertStorage(TObject Owner);
    public TElMemoryCertStorage();

Description

    Use this method to create new instance of TElMemoryCertStorage class.

See also:     Destructor    

Discuss this help topic in SecureBlackbox Forum