Discuss this help topic in SecureBlackbox Forum

TElPKCS11SlotInfo.SlotManufacturerID

TElPKCS11SlotInfo     See also     


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


This read-only property contains ID of the slot manufacturer.

Declaration

[C#]
    string SlotManufacturerID;

[VB.NET]
    Property SlotManufacturerID As String

[Pascal]
    property SlotManufacturerID: string;

[C++]
    void get_SlotManufacturerID(std::string &OutResult);

[PHP]
    string get_SlotManufacturerID()

[Java]
    String getSlotManufacturerID();

Description

    Use this property to get ID of the slot manufacturer.

See also:     SlotDescription     SlotID     TokenManufacturerID    

Discuss this help topic in SecureBlackbox Forum