EldoS
Navigation
Web site
Support
Table Of Contents

Filter: C#  VB.NET  Pascal  ActiveX  DLL 


TElPKCS11Manager.RemoveObject

TElPKCS11Manager     See also    


 

    Deletes an object from the list.

 
 

Declaration

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

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

[Pascal]
    procedure RemoveObject(AnObject : TElPKCS11Object);
    procedure RemoveObject(Handle : CK_OBJECT_HANDLE);
    procedure RemoveObject(Index : integer);
    CK_OBJECT_HANDLE = LongWord;

[VB6]
    not implemented;

[ActiveX]
    not implemented;

[DLL]
    not implemented;
 
 

Parameters

  • AnObject - the object to be deleted
  • Handle - handle of the object to be deleted
  • Index - index of the object to be deleted
 
 

Description

    Use this method to remove one of the Cryptoki objects.

 
 

See also:     AddObject     Objects    

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