Discuss this help topic in SecureBlackbox Forum

TElPKCS11CertStorage.Objects

TElPKCS11CertStorage     See also     


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


This property provides access to Cryptoki 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]
    TElPKCS11CertStorageGetObjectsResult getObjects(int CertIndex);

Parameters

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

Description

    Use this property to accessCryptoki objects of the storage.

See also:     AddObject     RemoveObject     ObjectCount    

Discuss this help topic in SecureBlackbox Forum