EldoS
Navigation
Web site
Support
Table Of Contents

Filter: C#  VB.NET  Pascal  ActiveX  DLL 


TElPKCS11SessionInfo.RemoveObject

TElPKCS11SessionInfo     See also    


 

Removes object from list.

 
 

Declaration

[C#]
    void RemoveObject(int Index);
    void RemoveObject(TElPKCS11Object Obj);

[VB.NET]
    Sub RemoveObject(ByVal Index As Integer)
    Sub RemoveObject(ByVal Obj As TElPKCS11Object)

[Pascal]
    procedure RemoveObject(Index : integer);
    procedure RemoveObject(Obj : TElPKCS11Object);

[VB6]
    Sub IElPKCS11SessionInfoX7.RemoveObject(Obj As IUnknown)
    Sub IElPKCS11SessionInfoX7.RemoveObjectByIndex(Index As Long)

[ActiveX]
    HRESULT _stdcall IElPKCS11SessionInfoX7.RemoveObject([in] IUnknown * Obj);
    HRESULT _stdcall IElPKCS11SessionInfoX7.RemoveObjectByIndex([in] long Index);

[DLL]
    not implemented;
 
 

Parameters

  • Index - index of the desired object in list. The first item has Index=0, the second has Index=1, and so on.
  • Obj - the object to be removed.
 
 

Description

    Call this method to remove an object from the session. Session objects are represented by Objects list.

 
 

See also:     Objects     RemoveObjectByHandle     AddObject     ClearObjects     GetObject    

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