EldoS
Navigation
Web site
Support
Table Of Contents

Filter: C#  VB.NET  Pascal  ActiveX  DLL 


TElPKCS11SessionInfo.GetObjectByHandle

TElPKCS11SessionInfo     See also    


 

Retrieves the object by its handle.

 
 

Declaration

[C#]
    TElPKCS11Object GetObjectByHandle(int Handle);

[VB.NET]
    Function GetObjectByHandle(ByVal Handle As Integer) : TElPKCS11Object

[Pascal]
    function GetObjectByHandle(Handle : LongWord) : TElPKCS11Object;

[VB6]
    Function IElPKCS11SessionInfoX7.GetObjectByHandle(Handle As Long) As IUnknown

[ActiveX]
    HRESULT _stdcall IElPKCS11SessionInfoX7.GetObjectByHandle([in] long Handle, [out, retval] IUnknown ** Value);

[DLL]
    not implemented;
 
 

Parameters

  • Handle - handle of the Cryptoki object
 
 

Return value

    Returns an instance of TElPKCS11Object class, containing the desired object.

 
 

Description

    Use this method to access individual items in the Objects list by handle.

 
 

See also:     Objects     GetObjectBy     GetObjectBySubjectOrID    

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