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 Destructor

ElMemoryCertStorage     See also    


 

Disposes of the ElMemoryCertStorage object.

 
 

Declaration

[C#]
    not applicable;

[VB.NET]
    not applicable;

[Pascal]
    destructor Destroy;

[VB6]
    not applicable;

[ActiveX]
    not applicable;

[DLL]
    __stdcall void SBMemoryCertStorageDestroy(HANDLE handle);
 
 

Parameters

  • handle - handle to the ElMemoryCertStorage object that was returned by Constructor
 
 

Description

    Use this method to dispose of ElMemoryCertStorage object. Destroy stops all activity and deletes the object.

    Note: you should not destroy an object from the event handlers.

 
 

See also:     Constructor    

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