Discuss this help topic in SecureBlackbox Forum

TElPKCS11SlotInfo.TokenManufacturerID

TElPKCS11SlotInfo     See also     


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


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

Declaration

[C#]
    string TokenManufacturerID;

[VB.NET]
    Property TokenManufacturerID As String

[Pascal]
    property TokenManufacturerID: string;

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

[PHP]
    string get_TokenManufacturerID()

[Java]
    String getTokenManufacturerID();

Description

    Use this property to get ID of the device manufacturer.

See also:     SlotManufacturerID    

Discuss this help topic in SecureBlackbox Forum