Discuss this help topic in SecureBlackbox Forum

TElPKCS11SlotInfo.TokenLabel

TElPKCS11SlotInfo     See also     


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


This read-only property contains application-defined label, assigned during token initialization.

Declaration

[C#]
    string TokenLabel;

[VB.NET]
    Property TokenLabel As String

[Pascal]
    property TokenLabel: string;

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

[PHP]
    string get_TokenLabel()

[Java]
    String getTokenLabel();

Description

    Use this property to get application-defined label, assigned during token initialization.

See also:     TokenModel     TokenSerial    

Discuss this help topic in SecureBlackbox Forum