EldoS
Navigation
Web site
Support
Table Of Contents
View Table Of Contents | Send comments on this topic

Filter: C#  VB.NET  Pascal  ActiveX  DLL 


ElMemoryCertStorage Constructor

ElMemoryCertStorage     See also    


 

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

 
 

Declaration

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

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

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

[VB6]
    not applicable;

[ActiveX]
    not applicable;

[DLL]
    __stdcall HANDLE SBMemoryCertStorageCreate();
 
 

Return value

[DLL]
    handle to the newly created object

 
 

Description

    Use this method to create new instance of ElMemoryCertStorage class.

 
 

See also:     Destructor    

 
Contact Us | Terms of Use | Trademarks | Privacy Statement
Copyright (c) 1998-2008, EldoS Corporation