Discuss this help topic in SecureBlackbox Forum

TElPKCS11SessionInfo.GetObjectByHandle

TElPKCS11SessionInfo     See also     


Filter: C#  VB.NET  Pascal  C++  PHP  Java  


Retrieves the object by its handle.

Declaration

[C#]
    TElPKCS11Object GetObjectByHandle(uint Handle);

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

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

[C++]
    TElPKCS11ObjectHandle GetObjectByHandle(uint32_t Handle);

[PHP]
    TElPKCS11Object GetObjectByHandle(integer $Handle)

[Java]
    TElPKCS11Object getObjectByHandle(long Handle);

Parameters

  • Handle - handle of the Cryptoki object

Return value

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

Description

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

See also:     Objects     GetObjectBy     GetObjectBySubjectOrID    

Discuss this help topic in SecureBlackbox Forum