Discuss this help topic in SecureBlackbox Forum

TElPKCS11SlotInfo.TokenSerial

TElPKCS11SlotInfo     See also     


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


This read-only property contains character-string serial number of the device.

Declaration

[C#]
    string TokenSerial;

[VB.NET]
    Property TokenSerial As String

[Pascal]
    property TokenSerial: string;

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

[PHP]
    string get_TokenSerial()

[Java]
    String getTokenSerial();

Description

    Use this property to read the serial number of the token.

See also:     TokenLabel     TokenModel    

Discuss this help topic in SecureBlackbox Forum