Discuss this help topic in SecureBlackbox Forum

TElTSPInfo.Nonce

TElTSPInfo     See also     


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


This read-only property contains unique "seed" value used in the request.

Declaration

[C#]
    byte[] Nonce;

[VB.NET]
    Property Nonce As Byte()

[Pascal]
    property Nonce: Integer;

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

[PHP]
    string get_Nonce()
    void set_Nonce(array of byte|string|NULL $Value)

[Java]
    byte[] getNonce();
    void setNonce(byte[] Nonce);

Parameters

  • Nonce -

Description

    Use this property to get unique "seed" value used in the request.

See also:     SerialNumber     Time    

Discuss this help topic in SecureBlackbox Forum