EldoS
Navigation
Web site
Support
Table Of Contents

Filter: C#  VB.NET  Pascal  ActiveX  DLL 


TElPKCS11Manager.IndexOfObject

TElPKCS11Manager     See also    


 

    Returns the index of the desired object.

 
 

Declaration

[C#]
    int IndexOfObject(TElPKCS11Object AnObject);
    int IndexOfObject(int Handle);

[VB.NET]
    Function IndexOfObject(ByVal AnObject As TElPKCS11Object) As Integer
    Function IndexOfObject(ByVal Handle As Integer) As Integer

[Pascal]
    function IndexOfObject(AnObject : TElPKCS11Object): integer;
    function IndexOfObject(Handle : CK_OBJECT_HANDLE): integer;
    CK_OBJECT_HANDLE = LongWord;

[VB6]
    not implemented;

[ActiveX]
    not implemented;

[DLL]
    not implemented;
 
 

Parameters

  • AnObject - The desired object
  • Handle - Handle of the desired object
 
 

Description

    Use this method get the index of a Cryptoki object by its entity or by its handle.

 
 

See also:     Objects    

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