Discuss this help topic in SecureBlackbox Forum

TElPKCS11Module.Slot

TElPKCS11Module     See also     


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


Use this read-only property to get slot description.

Declaration

[C#]
    TElPKCS11SlotInfo Slot[int Index];

[VB.NET]
    Property Slot(ByVal Index As Integer) As TElPKCS11SlotInfo

[Pascal]
    property Slot[Index: Integer]: TElPKCS11SlotInfo;

[C++]
    TElPKCS11SlotInfo* get_Slot(int32_t Index);

[PHP]
    TElPKCS11SlotInfo get_Slot(integer $Index)

[Java]
    TElPKCS11SlotInfo getSlot(int Index);

Parameters

  • Index (SlotIndex) - Index of the desired slot in the list. The first slot has Index=0, the second has Index=1 and so on.

Description

    Use this property to get the description of the desired slot.

See also:     SlotCount    

Discuss this help topic in SecureBlackbox Forum