Discuss this help topic in SecureBlackbox Forum

TElPKCS11SlotInfo.TokenModel

TElPKCS11SlotInfo     See also     


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


This read-only property contains model of the token.

Declaration

[C#]
    string TokenModel;

[VB.NET]
    Property TokenModel As String

[Pascal]
    property TokenModel: string;

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

[PHP]
    string get_TokenModel()

[Java]
    String getTokenModel();

Description

    Use this property to get model of the token.

See also:     TokenLabel     TokenSerial    

Discuss this help topic in SecureBlackbox Forum