Discuss this help topic in SecureBlackbox Forum

TElServerTSPInfo.Nonce

TElServerTSPInfo     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);

[PHP]
    string get_Nonce()

[Java]
    byte[] getNonce();

Description

    Use this property to get unique "seed" value used in the request. In fact, this property is only informational since nonce should be the same in request and reply and TElTSPServer handles this automatically.

See also:     Time    

Discuss this help topic in SecureBlackbox Forum