Discuss this help topic in SecureBlackbox Forum

TElTSPInfo.SerialNumber

TElTSPInfo     See also     


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


Contains the serial number.

Declaration

[C#]
    byte[] SerialNumber;

[VB.NET]
    Property SerialNumber As Byte()

[Pascal]
    property SerialNumber: ByteArray;

[C++]
    void get_SerialNumber(std::vector<uint8_t> &OutResult);
    void set_SerialNumber(const std::vector<uint8_t> &Value);

[PHP]
    string get_SerialNumber()
    void set_SerialNumber(array of byte|string|NULL $Value)

[Java]
    byte[] getSerialNumber();
    void setSerialNumber(byte[] SN);

Parameters

  • SN -

Description

    Use this property to access the timestamp serial number.

See also:     Nonce     Time    

Discuss this help topic in SecureBlackbox Forum