Discuss this help topic in SecureBlackbox Forum

TElPKCS11SessionInfo.Objects

TElPKCS11SessionInfo     See also     


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


Contains session objects.

Declaration

[C#]
    TElPKCS11Object Objects[int Index];

[VB.NET]
    Property Objects(ByVal Index As Integer) As TElPKCS11Object

[Pascal]
    property Objects[Index : integer] : TElPKCS11ManagerObject;

[C++]
    TElPKCS11Object* get_Objects(int32_t Index);

[PHP]
    TElPKCS11Object get_Objects(integer $Index)

[Java]
    not available

Parameters

  • Index - index of the desired element in the list. The first object has Index=0, the second has Index=1, and so on.

Description

    Use this property to access individual session objects. The objects are stored on the token. Use RefreshObjectList and RefreshObjectList methods to synchronise the list with objects on token.

See also:     ObjectCount     AddObject     RemoveObject     GetObject    

Discuss this help topic in SecureBlackbox Forum