Discuss this help topic in SecureBlackbox Forum

TElPKCS11SlotInfo.SlotDescription

TElPKCS11SlotInfo     See also     


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


This read-only property contains slot description.

Declaration

[C#]
    string SlotDescription;

[VB.NET]
    Property SlotDescription As String

[Pascal]
    property SlotDescription: string;

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

[PHP]
    string get_SlotDescription()

[Java]
    String getSlotDescription();

Description

     Contains character-string description of the slot.

See also:     SlotManufacturerID    

Discuss this help topic in SecureBlackbox Forum