Discuss this help topic in SecureBlackbox Forum

TElPKCS11SessionInfo.GetObject

TElPKCS11SessionInfo     See also     


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


Accesses session objects by index.

Declaration

[C#]
    not available

[VB.NET]
    not available

[Pascal]
    not implemented;

[C++]
    not available

[PHP]
    not available

[Java]
    TElPKCS11Object getObject(int Index);

Parameters

  • Index - index of the desired object in the list. The first item has Index=0, the second has Index=1, etc.

Return value

    Returns an instance of TElPKCS11ManagerObject class, containing the object.

Description

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

See also:     Objects     GetObjectByHandle     GetObjectBySubjectOrID    

Discuss this help topic in SecureBlackbox Forum