Discuss this help topic in SecureBlackbox Forum

TElPKCS11Module.SlotCount

TElPKCS11Module     See also     


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


Contains the number of slots.

Declaration

[C#]
    int SlotCount;

[VB.NET]
    Property SlotCount As Integer

[Pascal]
    property SlotCount : Integer;

[C++]
    int32_t get_SlotCount();

[PHP]
    integer get_SlotCount()

[Java]
    int getSlotCount();

Description

    Use this read-only property to retrievethe number of slots.

See also:     Slot    

Discuss this help topic in SecureBlackbox Forum