Discuss this help topic in SecureBlackbox Forum

TElPKCS11SlotInfo.SlotID

TElPKCS11SlotInfo     See also     


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


Specifies slot ID.

Declaration

[C#]
    uint SlotID;

[VB.NET]
    Property SlotID As UInt32

[Pascal]
    property SlotID : cardinal;

[C++]
    uint32_t get_SlotID();

[PHP]
    integer get_SlotID()

[Java]
    long getSlotID();

Description

    Use this read-only property to get unique slot ID.

See also:     SlotManufacturerID    

Discuss this help topic in SecureBlackbox Forum