Discuss this help topic in SecureBlackbox Forum

TElClientTSPInfo.ResponseNonce

TElClientTSPInfo     See also     


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


This read-only property contains unique "seed" value received from server response.

Declaration

[C#]
    byte[] ResponseNonce;

[VB.NET]
    Property ResponseNonce As Byte()

[Pascal]
    property ResponseNonce: Integer;

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

[PHP]
    string get_ResponseNonce()

[Java]
    byte[] getResponseNonce();

Description

    Use this property to get unique "seed" value received from the server. Response nonce should be the same as request one, however

See also:     Certificates     MessageImprint    

Discuss this help topic in SecureBlackbox Forum