Discuss this help topic in SecureBlackbox Forum

TElServerTSPInfo.Nonce

TElServerTSPInfo     See also     


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


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

Declaration

[C#/Java]
    int Nonce;

[VB.NET]
    Property Nonce As Integer

[Pascal]
    property Nonce: Integer;

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

[PHP]
    string get_Nonce()

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