Discuss this help topic in SecureBlackbox Forum

TElPKCS11Manager.Objects

TElPKCS11Manager     See also     


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


Provides access to the Cryptoki objects.

Declaration

[C#]
    TElPKCS11ManagerObject Objects[int Index];

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

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

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

[PHP]
    TElPKCS11ManagerObject get_Objects(integer $Index)

[Java]
    not available

Parameters

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

Description

    Use this property to retrieve individual objects stored on the cryptographic token.

See also:     Count     AddObject     RemoveObject     IndexOfObject    

Discuss this help topic in SecureBlackbox Forum