EldoS
Navigation
Web site
Support
Table Of Contents

Filter: C#  VB.NET  Pascal  ActiveX  DLL 


TElPKCS11SessionInfo.RemoveObjectByHandle

TElPKCS11SessionInfo     See also    


 

Removes object from list.

 
 

Declaration

[C#]
    void RemoveObjectByHandle(int Handle);

[VB.NET]
    Sub RemoveObjectByHandle(ByVal Handle As Integer)

[Pascal]
    procedure RemoveObjectByHandle(Handle : LongWord);

[VB6]
    Sub IElPKCS11SessionInfoX7.RemoveObjectByHandle(Handle As Long)

[ActiveX]
    HRESULT _stdcall IElPKCS11SessionInfoX7.RemoveObjectByHandle([in] long Handle);

[DLL]
    not implemented;
 
 

Parameters

  • Handle - handle of the object to be removed
 
 

Description

    Call this method to remove the object by its handle. Session objects are represented by Objects list. To remove objects by index or other parameters, use RemoveObject method.

 
 

See also:     Objects     GetObjectByHandle     RemoveObject    

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